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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,19 +39,8 @@ From the command prompt go to your app's root folder and execute:
39
39
tns plugin add nativescript-plugin-firebase
40
40
```
41
41
42
-
Now start an install script which will guide you through installing additional components. Check the doc links above to see what's what. You can always change your choices later.
43
-
44
-
```
45
-
cd node_modules/nativescript-plugin-firebase
46
-
```
47
-
48
-
If you run NativeScript 2.5.0 (only that exact version) then run (with other versions this runs automatically through a postinstall script):
49
-
50
-
__NativeScript 2.5.0 is no longer the latest release, so you might as well update before adding this plugin to avoid this issue.__
51
-
52
-
```
53
-
npm run setup
54
-
```
42
+
This will launch an install script which will guide you through installing additional components.
43
+
Check the doc links above to see what's what. You can always change your choices later.
55
44
56
45
### Config
57
46
If you choose to save your config during the installation, the supported options may be saved in the `firebase.nativescript.json` at the root of your app.
@@ -61,6 +50,9 @@ You can reconfigure the plugin by going to the `node_modules/nativescript-plugin
61
50
62
51
You can also change the configuration by deleting the `firebase.nativescript.json` and reinstalling the plugin.
63
52
53
+
### iOS
54
+
The Firebase iOS SDK is installed via Cocoapods, so run `pod repo update` to ensure you have the latest spec.
55
+
64
56
### Android
65
57
Install the latest packages 'Google Play Services' and 'Google Repository' in your [Android SDK Manager](http://stackoverflow.com/a/37310513)
0 commit comments