Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit dc2864c

Browse files
Added a note on postinstall being currently broken, again.
1 parent b3d3bc2 commit dc2864c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,19 @@ add iOS and Android support to the Firebase console and how to integrate anonymo
4747

4848
From the command prompt go to your app's root folder and execute:
4949

50-
```
50+
```bash
5151
tns plugin add nativescript-plugin-firebase
5252
```
5353

54+
** IMPORTANT ** If this is your first installation of this plugin, the CLI should prompt you with a few questions.
55+
However, due to a bug in the CLI (which will be fixed by [this PR](https://github.com/NativeScript/nativescript-cli/pull/2944)) no prompt may appear,
56+
in which case you should now do:
57+
58+
```bash
59+
cd node_modules/nativescript-plugin-firebase
60+
npm run setup
61+
```
62+
5463
This will launch an install script which will guide you through installing additional components.
5564
Check the doc links above to see what's what. You can always change your choices later.
5665

0 commit comments

Comments
 (0)