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

Commit 59ad18a

Browse files
logo stuff
1 parent 15c6ab9 commit 59ad18a

File tree

5 files changed

+4
-25
lines changed

5 files changed

+4
-25
lines changed

docs/AUTHENTICATION.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
<table>
2-
<tr>
3-
<td><img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/></td>
4-
<td>Authentication</td>
5-
</tr>
6-
</table>
1+
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
72

83
## Enabling Authentication
94
Version 1.1.0 of this plugin added the capability to log your users in, either

docs/DATABASE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
<table>
2-
<tr>
3-
<td><img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/></td>
4-
<td>Database</td>
5-
</tr>
6-
</table>
1+
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
72

83
If you can spare 41 seconds, check (an older version of) this plugin's [demo app](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo) in action:
94
[![YouTube demo, 41 sec](images/yt-thumb-database.png)](https://youtu.be/7zYU5e0Djkw "YouTube demo, 41 sec")

docs/MESSAGING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
<table>
2-
<tr>
3-
<td><img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/></td>
4-
<td>Cloud Messaging</td>
5-
</tr>
6-
</table>
1+
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
72

83
## Enabling Firebase Cloud Messaging (FCM)
94
Version 3.3.0 of this plugin added FCM support (which is the successor of GCM).

docs/REMOTECONFIG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
<table>
2-
<tr>
3-
<td><img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/></td>
4-
<td>Remote Config</td>
5-
</tr>
6-
</table>
1+
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
72

83
## Enabling Remote Config
94
Since plugin version 3.2.0 you can retrieve _Remote Config_ properties.

docs/STORAGE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# :fire: Storage
21
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
32

43
## Enabling Storage

0 commit comments

Comments
 (0)