File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Getting started
16161 . [ Add Firebase to your Android Project] ( https://firebase.google.com/docs/android/setup ) .
17172 . Create a service account as described in [ Adding Firebase to your Server] ( https://firebase.google.com/docs/admin/setup ) and download the JSON file.
1818 - Copy the private key JSON file to this folder and rename it to ` service-account.json ` .
19- 3 . Change the ` PROJECT_ID ` variable in ` Configure.java ` to your project ID .
19+ 3 . Change the build.gradle file under messaging/, to replace ' [ YOUR_SERVICE_ACCOUNT_JSON_DIR ] ' to the directory of ` service-account.json ` .
2020
2121Run
2222---
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Getting started
1717
18181 . Create a service account as described in [ Adding Firebase to your Server] ( https://firebase.google.com/docs/admin/setup ) and download the JSON file.
1919 - Copy the json file to this folder and rename it to ` service-account.json ` .
20- 2 . Change the ` PROJECT_ID ` variable in ` com.google.firebase.quickstart.Messaging.java ` to your project ID .
20+ 2 . Change the build.gradle file under messaging/, to replace ' [ YOUR_SERVICE_ACCOUNT_JSON_DIR ] ' to the directory of ` service-account.json ` .
2121
2222Run
2323---
You can’t perform that action at this time.
0 commit comments