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
Copy file name to clipboardExpand all lines: packages/firebase-core/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ To set up Firebase for iOS, see [Add Firebase to your Apple project](https://fir
48
48
49
49
## Use @nativescript/firebase-core
50
50
51
+
🚨 Plugin requires both `@nativescript/firebase-core` and any other `@nativescript/firebase-*` plugin to successfully initialize.
52
+
51
53
### Instantiate Firebase and initialize a default app
52
54
53
55
Import the `firebase` function and call it to create a NativeScript Firebase instance. Next, call the `initializeApp` method on the Firebase instance to instantiate the native [FirebaseApp](https://firebase.google.com/docs/reference/android/com/google/firebase/FirebaseApp).
0 commit comments