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

Commit 3da75a6

Browse files
NativeScript 7 notes
1 parent af13665 commit 3da75a6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/><br/>
1919

20-
> Plugin version **10.0.0** works with NativeScript 6.1 and up. Using an older version? Stick to plugin version < 10.
20+
> Plugin version **10.0.0** works with NativeScript 6.1+. Using an older version? Stick to plugin version < 10.
21+
22+
> For NativeScript 7 compatibiliy, install `@nativescript/firebase` version 11+.
2123
2224
## Features
2325
* [AdMob](docs/ADMOB.md)
@@ -58,6 +60,12 @@ From the command prompt go to your app's root folder and execute:
5860
tns plugin add nativescript-plugin-firebase
5961
```
6062

63+
or for NativeScript 7+:
64+
65+
```bash
66+
tns plugin add @nativescript/firebase
67+
```
68+
6169
This will launch an install script which will guide you through installing additional components.
6270
Check the doc links above to see what's what. You can always change your choices later.
6371

0 commit comments

Comments
 (0)