You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I only get this default log, the second one from enableLogging is missing.
2024-12-16T14:08:15.452Z] @firebase/database: FIREBASE WARNING: Firebase error. Please ensure that you have the URL of your Firebase Realtime Database instance configured correctly. (https://random-project-name-default-rtdb.firebaseio.com/)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I use
enableLoggingto know if the URL has been rejected by the database. It works as expected withfirebase-js-sdkbut not here.My basic code looks like:
But I only get this default log, the second one from
enableLoggingis missing.Do you have any idea why?
Thank you.
All reactions