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
Note exporting Database and Firestore isn't necessary as you can always access Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
64
+
Note that exporting Database and Firestore isn't necessary as you can always access Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
65
65
66
66
::: tip
67
67
Note that we will refer to `database` and `firestore` as `db` in examples where only one of them is used.
0 commit comments