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

Commit 9781f33

Browse files
doc sugar
1 parent d98ba66 commit 9781f33

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

docs/AUTHENTICATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
<img src="images/features/auth.png" width="296px" height="124px" alt="Auth"/>
4+
35
## Enabling Authentication
46
You can sign in a user either
57

docs/CRASHREPORTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
<img src="images/features/crash.png" width="296px" height="124px" alt="Crash"/>
4+
35
## Enabling Crash Reporting
46
Nothing to do - since plugin version 3.4.2 this plugin automatically uploads
57
crashes to your Firebase Console. Just check the 'Crash' menu item every now and then.

docs/DATABASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
<img src="images/features/database.png" width="296px" height="124px" alt="Database"/>
4+
35
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:
46
[![YouTube demo, 41 sec](images/yt-thumb-database.png)](https://youtu.be/7zYU5e0Djkw "YouTube demo, 41 sec")
57

docs/MESSAGING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
<img src="images/features/notifications.png" width="296px" height="124px" alt="Notifications"/>
4+
35
## Enabling Firebase Cloud Messaging (FCM)
46
Version 3.3.0 of this plugin added FCM support (which is the successor of GCM).
57

docs/REMOTECONFIG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
<img src="images/features/config.png" width="296px" height="124px" alt="Config"/>
4+
35
## Enabling Remote Config
46
Since plugin version 3.2.0 you can retrieve _Remote Config_ properties.
57
This feature lets you configure parameters in your Firebase instance like these:

docs/STORAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
<img src="images/features/storage.png" width="296px" height="124px" alt="Storage"/>
4+
35
## Enabling Storage
46
Since plugin version 3.4.0 you can use Firebase _Storage_ features.
57

0 commit comments

Comments
 (0)