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
For projects that already use Firebase initialising the Firebase app again can cause errors. Furthermore, it requires you to provide one predefined config which can cause an issue for apps that use different Firebase projects based on various app flavors.
It's better to keep firebaseOptions as an optional parameter and use the default initialised firebase project if no firebaseOptions is provided.
The text was updated successfully, but these errors were encountered:
debkanchan
changed the title
Don't Initiliase firebaseapp in firebase plugin
Don't Initialise FirebaseApp in firebase plugin
Jul 15, 2023
debkanchan
changed the title
Don't Initialise FirebaseApp in firebase plugin
Use default FirebaseApp instance instead of initialising new one in Firebase plugin
Jul 16, 2023
For projects that already use Firebase initialising the Firebase app again can cause errors. Furthermore, it requires you to provide one predefined config which can cause an issue for apps that use different Firebase projects based on various app flavors.
It's better to keep firebaseOptions as an optional parameter and use the default initialised firebase project if no firebaseOptions is provided.
The text was updated successfully, but these errors were encountered: