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
Issue:
I am using the correct config keys from Firebase console > Web Setup, all of a sudden my app started throwing error from Firebase as below:
R {code: "auth/invalid-api-key", message: "Your API key is invalid, please check you have copied it correctly."}
Ionic code to login user with firebase email password enabled firebase.auth().signInWithEmailAndPassword()
Expected:
What should be the fix I have checked the API key its same? My app was working fine with same source code and API key and now it is just looping the above error in console.