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
@@ -23,12 +24,14 @@ It should be used with any of:
23
24
24
25
## Installation
25
26
27
+
Install the plugin by running the following command in the root directory of your project.
28
+
26
29
```cli
27
30
npm install @nativescript/firebase-core
28
31
```
29
32
## Configure Firebase for Android
30
33
31
-
To configure Firebase for Android, visit[Add Firebase to your Android project](https://firebase.google.com/docs/android/setup) and follow the steps below.
34
+
To configure Firebase for Android, see[Add Firebase to your Android project](https://firebase.google.com/docs/android/setup) and follow the steps below.
32
35
33
36
-[Create a Firebase project](https://firebase.google.com/docs/android/setup#create-firebase-project)
34
37
@@ -38,7 +41,7 @@ To configure Firebase for Android, visit [Add Firebase to your Android project](
38
41
39
42
## Configure Firebase for iOS
40
43
41
-
To set up Firebase for iOS, visit[Add Firebase to your Apple project](https://firebase.google.com/docs/ios/setup) and follow the steps below:
44
+
To set up Firebase for iOS, see[Add Firebase to your Apple project](https://firebase.google.com/docs/ios/setup) and follow the steps below:
42
45
-[Create a Firebase project](https://firebase.google.com/docs/ios/setup#create-firebase-project)
43
46
-[Register your app with Firebase](https://firebase.google.com/docs/ios/setup#register-app)
44
47
-[Add a Firebase configuration file](https://firebase.google.com/docs/ios/setup#add-config-file): Download the `GoogleService-Info.plist` file and add it to `App_Resources/iOS/`.
0 commit comments