Similar Topic:
Exploring the Fun of Firebase's initializeApp(config) Function
When integrating Gmail login, is it necessary for an app to invoke intializeApp()
?
Although the documentation specifies that a config object must be provided to initializeApp()
, it is possible to perform login and database operations outside of the Firebase SDK.
Is there a way to work around not having access to the config object?