Hi there,
Loving FireBase so far, I'm using it for an app I'm creating.
I just recently encountered an issue where I receive the following error in the browser console:
"FIREBASE WARNING: Provided authentication credentials for the app named "[DEFAULT]" are invalid. This usually indicates your app was not initialized correctly. Make sure the "apiKey" and "databaseURL" properties provided to initializeApp() match the values provided for your app at https://console.firebase.google.com/. "This only happens when I login to my app as a registered user (using Email/Password), and I can't see the data.
If I am not signed in, I do not get the above error and the data on FireBase can be displayed, edited, and deleted. As such I do not think my apiKey or databaseURL are incorrectly initiaized.
My environment:
Ionic Framework: 3.5.3
Ionic App Scripts: 2.0.2
Angular Core: 4.1.3
Angular Compiler CLI: 4.1.3
Node: 6.11.0
OS Platform: Windows 10
Navigator Platform: Win32
User Agent: Firefox/54.0
Any ideas? I tried following this thread but I'm not sure it's the same issue; I am not setting up a node server.
Kind regards,
David