Skip to content

Commit 9460777

Browse files
authored
docs(firebase-core): update (#196)
* chore(firebase-core): README update * chore: update * docs(firebase-core): update
1 parent d7cd9f2 commit 9460777

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/firebase-core/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# @nativescript/firebase-core
22

33
A plugin to initialize [FirebaseApp](https://firebase.google.com/docs/reference/android/com/google/firebase/FirebaseApp) in your app.
4-
It should be used with any of:
4+
5+
Use this plugin with any of the following plugins:
56

67
- [@nativescript/firebase-admob](../firebase-admob/)
78
- [@nativescript/firebase-analytics](../firebase-admob/)
@@ -23,12 +24,14 @@ It should be used with any of:
2324

2425
## Installation
2526

27+
Install the plugin by running the following command in the root directory of your project.
28+
2629
```cli
2730
npm install @nativescript/firebase-core
2831
```
2932
## Configure Firebase for Android
3033

31-
To configure Firebase for Android, visit [Add Firebase to your Android project](https://firebase.google.com/docs/android/setup) and follow the steps below.
34+
To configure Firebase for Android, see [Add Firebase to your Android project](https://firebase.google.com/docs/android/setup) and follow the steps below.
3235

3336
- [Create a Firebase project](https://firebase.google.com/docs/android/setup#create-firebase-project)
3437

@@ -38,7 +41,7 @@ To configure Firebase for Android, visit [Add Firebase to your Android project](
3841

3942
## Configure Firebase for iOS
4043

41-
To set up Firebase for iOS, visit [Add Firebase to your Apple project](https://firebase.google.com/docs/ios/setup) and follow the steps below:
44+
To set up Firebase for iOS, see [Add Firebase to your Apple project](https://firebase.google.com/docs/ios/setup) and follow the steps below:
4245
- [Create a Firebase project](https://firebase.google.com/docs/ios/setup#create-firebase-project)
4346
- [Register your app with Firebase](https://firebase.google.com/docs/ios/setup#register-app)
4447
- [Add a Firebase configuration file](https://firebase.google.com/docs/ios/setup#add-config-file): Download the `GoogleService-Info.plist` file and add it to `App_Resources/iOS/`.

packages/firebase-messaging-core/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export declare class MessagingCore implements IMessagingCore {
5050
static getInstance(): MessagingCore;
5151

5252
static readonly inForeground: boolean;
53-
53+
5454
static readonly appDidLaunch: boolean;
5555

5656
getCurrentToken(): Promise<string>;

0 commit comments

Comments
 (0)