Skip to content

Commit

Permalink
chore: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Mar 21, 2022
1 parent 3bbcd68 commit 6bbf55e
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/firebase-admob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# @nativescript/firebase-admob

```cli
ns plugin add @nativescript/firebase-admob
npm install @nativescript/firebase-admob
```

This guide is intended for publishers who want to monetize a NativeScript app.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-analytics

```cli
ns plugin add @nativescript/firebase-analytics
npm install @nativescript/firebase-analytics
```

## What does it do?
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-app-check-debug/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-app-check-debug

```cli
ns plugin add @nativescript/firebase-app-check-debug
npm install @nativescript/firebase-app-check-debug
```

> **Warning**: The debug provider allows access to your Firebase resources from unverified devices. Don't use the debug provider in production builds of your app, and don't share your debug builds with untrusted parties.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-app-check/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-app-check

```cli
ns plugin add @nativescript/firebase-app-check
npm install @nativescript/firebase-app-check
```


Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-auth

```cli
ns plugin add @nativescript/firebase-auth
npm install @nativescript/firebase-auth
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-core

```cli
ns plugin add @nativescript/firebase-core
npm install @nativescript/firebase-core
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-crashlytics/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-crashlytics

```cli
ns plugin add @nativescript/firebase-crashlytics
npm install @nativescript/firebase-crashlytics
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-database/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-database

```cli
ns plugin add @nativescript/firebase-database
npm install @nativescript/firebase-database
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-dynamic-links/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-dynamic-links

```cli
ns plugin add @nativescript/firebase-dynamic-links
npm install @nativescript/firebase-dynamic-links
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-firestore/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-firestore

```cli
ns plugin add @nativescript/firebase-firestore
npm install @nativescript/firebase-firestore
```

## What does it do?
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-functions

```cli
ns plugin add @nativescript/firebase-functions
npm install @nativescript/firebase-functions
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-in-app-messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-in-app-messaging

```cli
ns plugin add @nativescript/firebase-in-app-messaging
npm install @nativescript/firebase-in-app-messaging
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-installations/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-installations

```cli
ns plugin add @nativescript/firebase-installations
npm install @nativescript/firebase-installations
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-messaging

```cli
ns plugin add @nativescript/firebase-messaging
npm install @nativescript/firebase-messaging
```

## What does it do?
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-performance/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-performance

```cli
ns plugin add @nativescript/firebase-performance
npm install @nativescript/firebase-performance
```

## What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-remote-config/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-remote-config

```cli
ns plugin add @nativescript/firebase-remote-config
npm install @nativescript/firebase-remote-config
```

### What does it do
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @nativescript/firebase-storage

```cli
ns plugin add @nativescript/firebase-storage
npm install @nativescript/firebase-storage
```

## What does it do
Expand Down

0 comments on commit 6bbf55e

Please sign in to comment.