Vlado202
unread,Feb 4, 2023, 3:36:20 PM2/4/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I installed Firebase via NPM to my project, initialized everything properly (created the 'sign up' and 'login' HTML forms, linked all the elements to my script.js file where initialized the basic imports and setup for a Firebase app, and added additional functionality), and judging by the analytics on the Firebase dashboard, I can see that the app is working, but when I try to interact with it (run it on my server and test the functions), it displays the following error:
"Firebase error. Please ensure that you have the URL of your Firebase Realtime Database instance configured correctly."
Anyone know what I can try to resolve this issue?