[Vuejs]-How to use the Firebase objects in different files?

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.

Leave a comment