Skip to content

Commit ebc7640

Browse files
committed
add README files
1 parent a2ca9ea commit ebc7640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Getting started
1616
1. [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
1717
2. 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

2121
Run
2222
---

messaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Getting started
1717

1818
1. 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

2222
Run
2323
---

0 commit comments

Comments
 (0)