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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,13 @@ From the command prompt go to your app's root folder and execute:
36
36
```
37
37
tns plugin add nativescript-plugin-firebase
38
38
```
39
-
_This will guide you through installing additional components. Check the doc links above to see what's what. You can always change your choices later._
39
+
40
+
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.
41
+
42
+
```
43
+
cd node_modules/nativescript-plugin-firebase
44
+
npm run setup
45
+
```
40
46
41
47
### Config
42
48
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.
0 commit comments