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

Commit b63edf8

Browse files
Plugin renamed
1 parent 4747799 commit b63edf8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The leading realtime database. [Docs here.](https://www.firebase.com/docs/)
44

5-
If you can spare 41 seconds, please check this video of the [demo app](https://github.com/EddyVerbruggen/nativescript-firebase-demo) in action:
5+
If you can spare 41 seconds, please check this video of the [demo app](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo) in action:
66
[![YouTube demo, 41 sec](screenshots/yt-thumb.png)](https://youtu.be/7zYU5e0Djkw "YouTube demo, 41 sec")
77

88
### Use when
@@ -20,17 +20,17 @@ like https://resplendent-fire-4211.firebaseio.com/.
2020
## Installation
2121
From the command prompt go to your app's root folder and execute:
2222
```
23-
tns plugin add nativescript-firebase
23+
tns plugin add nativescript-plugin-firebase
2424
```
2525

2626
## Usage
2727

28-
If you want a quickstart, [clone our demo app (the one in the YouTube video)](https://github.com/EddyVerbruggen/nativescript-firebase-demo).
28+
If you want a quickstart, [clone our demo app (the one in the YouTube video)](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo).
2929
And here's the comprehensive list of supported functions:
3030

3131
### init
3232
```js
33-
var firebase = require("nativescript-firebase");
33+
var firebase = require("nativescript-plugin-firebase");
3434

3535
firebase.init({
3636
url: 'https://resplendent-fire-4211.firebaseio.com'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nativescript-firebase",
2+
"name": "nativescript-plugin-firebase",
33
"version": "1.0.0",
44
"description" : "Fire. Base. Firebase!",
55
"main" : "firebase.js",
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/eddyverbruggen/nativescript-firebase.git"
14+
"url": "https://github.com/eddyverbruggen/nativescript-plugin-firebase.git"
1515
},
1616
"keywords": [
1717
"NativeScript",
@@ -21,10 +21,10 @@
2121
"author": "Telerik / Eddy Verbruggen <[email protected]>",
2222
"license": {
2323
"type": "MIT",
24-
"url": "https://github.com/eddyverbruggen/nativescript-firebase/blob/master/LICENSE"
24+
"url": "https://github.com/eddyverbruggen/nativescript-plugin-firebase/blob/master/LICENSE"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/eddyverbruggen/nativescript-firebase/issues"
27+
"url": "https://github.com/eddyverbruggen/nativescript-plugin-firebase/issues"
2828
},
29-
"homepage": "https://github.com/eddyverbruggen/nativescript-firebase"
29+
"homepage": "https://github.com/eddyverbruggen/nativescript-plugin-firebase"
3030
}

0 commit comments

Comments
 (0)