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

Commit 191c6d3

Browse files
doc++
1 parent e8414a2 commit 191c6d3

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ From the command prompt go to your app's root folder and execute:
3333
tns plugin add nativescript-plugin-firebase
3434
```
3535

36-
### Start-up wiring
37-
We need to do some wiring when your app starts, so open `app.js` and add this before `application.start();`:
38-
39-
```js
40-
var firebase = require("nativescript-plugin-firebase");
41-
```
42-
43-
_Note that if you previously (before plugin version 3.3.0) added some other code for this plugin to `app.js` you can now go ahead and remove it._
44-
45-
4636
### Android
4737
Install packages 'Google Play Services' and 'Google Repository' in your [Android SDK Manager](http://stackoverflow.com/a/37310513)
4838

@@ -73,6 +63,15 @@ android {
7363

7464
If you want a quickstart, [clone our demo app (an older version is used in the YouTube video)](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo).
7565

66+
### Start-up wiring
67+
We need to do some wiring when your app starts, so open `app.js` and add this before `application.start();`:
68+
69+
```js
70+
var firebase = require("nativescript-plugin-firebase");
71+
```
72+
73+
_Note that if you previously (before plugin version 3.3.0) added some other code for this plugin to `app.js` you can now go ahead and remove it._
74+
7675
### init
7776
```js
7877
var firebase = require("nativescript-plugin-firebase");

0 commit comments

Comments
 (0)