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
exportconstfirebaseApp=firebase.initializeApp(firebaseConfig);// Used for creating child accounts, primarilyexportconstfirebaseSecondaryApp=firebase.initializeApp(firebaseConfig,'Secondary');exportconstfirebaseAuth=firebaseApp.auth();exportconstfirebaseSecondaryAuth=firebaseSecondaryApp.auth();exportconstfirebaseDb=firebaseApp.database();exportconstfirebaseFunc=firebaseApp.functions();
The code usage I'm having looks like:
With my mocks just looking like this:
However my code gives me errors as there is no
functions
method on the return value forinitializeApp
The text was updated successfully, but these errors were encountered: