You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,6 @@ android {
63
63
64
64
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).
65
65
66
-
For readability the supported features have been moved to their own README's:
67
-
68
-
*[Database](docs/DATABASE.md)
69
-
*[Authentication](docs/AUTHENTICATION.md)
70
-
*[Remote Config](docs/REMOTECONFIG.md)
71
-
* (Push) Notifications (work in progress)
72
-
73
-
74
66
### init
75
67
```js
76
68
var firebase =require("nativescript-plugin-firebase");
@@ -91,6 +83,13 @@ All further examples assume `firebase` has been required.
91
83
92
84
Also, all functions support promises, but we're leaving out the `.then()` stuff for brevity where it doesn't add value.
93
85
86
+
For readability the supported features have been moved to their own README's:
0 commit comments