This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33The 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
2121From 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 ) .
2929And 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'
Original file line number Diff line number Diff line change 11{
2- "name" : " nativescript-firebase" ,
2+ "name" : " nativescript-plugin- firebase" ,
33 "version" : " 1.0.0" ,
44 "description" : " Fire. Base. Firebase!" ,
55 "main" : " firebase.js" ,
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" ,
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}
You can’t perform that action at this time.
0 commit comments