Hi there,
This extension is pretty great! Excellent job!
I noticed a slight issue when setting up firebase on my side. If you create a new firebase instance and attempt to use the extension, you'll get the following error: " Error: FIREBASE FATAL ERROR: Cannot parse Firebase URL. Please use https://.firebaseio.com"
The solution as outlined here is to update the Firebase package: https://stackoverflow.com/questions/65725442/error-firebase-fatal-error-cannot-parse-firebase-url-please-use-https-your
I was able to resolve by changing the LetsComment.js file to 'firebase': 'https://www.gstatic.com/firebasejs/8.2.3/firebase'
That that'd maybe help someone else if they come across this issue.
Hi there,
This extension is pretty great! Excellent job!
I noticed a slight issue when setting up firebase on my side. If you create a new firebase instance and attempt to use the extension, you'll get the following error: " Error: FIREBASE FATAL ERROR: Cannot parse Firebase URL. Please use https://.firebaseio.com"
The solution as outlined here is to update the Firebase package: https://stackoverflow.com/questions/65725442/error-firebase-fatal-error-cannot-parse-firebase-url-please-use-https-your
I was able to resolve by changing the LetsComment.js file to 'firebase': 'https://www.gstatic.com/firebasejs/8.2.3/firebase'
That that'd maybe help someone else if they come across this issue.