Skip to content

Commit 5e71ac7

Browse files
Update README.md
1 parent ffefa65 commit 5e71ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Install-Package CorePush
2828
# Firebase Cloud Messages for Android, iOS and Web
2929

3030
To start sending Firebase messages you need to have Google Project ID and JWT Bearer token. Steps to generate JWT bearer token:
31-
1. Enable HTTP v1 API if you haven't done it yet. Go here for instructions: https://console.firebase.google.com/project/[YOUR_GOOGLE_PROJECT_ID e.g. my-project-123456]/settings/cloudmessaging/
31+
1. Enable HTTP v1 API if you haven't done it yet. Go here for instructions: https://console.firebase.google.com/project/YOUR-GOOGLE-PROJECT-ID/settings/cloudmessaging/ Your project ID looks like this: my-project-123456.
3232
2. From that page you can also go to "Manage Service Accounts". Here is the link: https://console.cloud.google.com/iam-admin/serviceaccounts and select your project.
3333
3. Create Service Account with "Firebase Service Management Service Agent" role.
34-
4. Download Service Account JSON file and use it to configure FirebaseSender.
34+
4. Download Service Account JSON file and use it to configure FirebaseSender either by deserializing it into FirebaseSettings or by directly passing json string into the constructor.
3535

3636
Sending messages is very simple so long as you know the format:
3737

0 commit comments

Comments
 (0)