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

Commit

Permalink
NativeScript 7 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Oct 30, 2020
1 parent af13665 commit 3da75a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

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

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

or for NativeScript 7+:

```bash
tns plugin add @nativescript/firebase
```

This will launch 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.

Expand Down

0 comments on commit 3da75a6

Please sign in to comment.