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

Commit 50e37e9

Browse files
Docs++
1 parent 82e99b9 commit 50e37e9

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ android {
6363

6464
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).
6565

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-
7466
### init
7567
```js
7668
var firebase = require("nativescript-plugin-firebase");
@@ -91,6 +83,13 @@ All further examples assume `firebase` has been required.
9183

9284
Also, all functions support promises, but we're leaving out the `.then()` stuff for brevity where it doesn't add value.
9385

86+
For readability the supported features have been moved to their own README's:
87+
88+
* [Database](docs/DATABASE.md)
89+
* [Authentication](docs/AUTHENTICATION.md)
90+
* [Remote Config](docs/REMOTECONFIG.md)
91+
* (Push) Notifications (work in progress)
92+
9493

9594
## Known issues on Android
9695

docs/AUTHENTICATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<table>
2-
<tr style="border:none">
3-
<td style="border:none; padding:0"><img src="images/firebase.png" width="154px" height="43px" alt="Firebase"/></td>
4-
<td style="border:none; padding:4">Authentication</td>
2+
<tr>
3+
<td><img src="images/firebase.png" width="154px" height="43px" alt="Firebase"/></td>
4+
<td>Authentication</td>
55
</tr>
66
</table>
77

docs/DATABASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<table>
2-
<tr style="border:none">
3-
<td style="border:none; padding:0"><img src="images/firebase.png" width="154px" height="43px" alt="Firebase"/></td>
4-
<td style="border:none; padding:4">Database</td>
2+
<tr>
3+
<td><img src="images/firebase.png" width="154px" height="43px" alt="Firebase"/></td>
4+
<td>Database</td>
55
</tr>
66
</table>
77

docs/REMOTECONFIG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<table>
2-
<tr style="border:none">
3-
<td style="border:none; padding:0"><img src="images/firebase.png" width="154px" height="43px" alt="Firebase"/></td>
4-
<td style="border:none; padding:4">Remote Config</td>
2+
<tr>
3+
<td><img src="images/firebase.png" width="154px" height="43px" alt="Firebase"/></td>
4+
<td>Remote Config</td>
55
</tr>
66
</table>
77

0 commit comments

Comments
 (0)