3👍
The Firebase SDKs are pretty good at re-using objects behind the scenes, so you can typically call initializeApp
once and then call getDatabase
in each component.
Source:stackexchange.com
3👍
The Firebase SDKs are pretty good at re-using objects behind the scenes, so you can typically call initializeApp
once and then call getDatabase
in each component.