Skip to content

Commit b75ff02

Browse files
committed
Update Getting Started instructions in README
Change-Id: I41e7a57efb00064134b443992e4c185d314ad2d6
1 parent 08342b2 commit b75ff02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

messaging/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ Firebase Cloud Messaging REST API in your app, see [About Cloud Messaging Server
1515
Getting started
1616
---------------
1717

18-
1. [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
19-
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.
18+
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.
2019
- Copy the json file to this folder and rename it to `service-account.json`.
21-
3. Change the `PROJECT_ID` variable in `com.google.firebase.quickstart.Messaging.java` to your project ID.
20+
2. Change the `PROJECT_ID` variable in `com.google.firebase.quickstart.Messaging.java` to your project ID.
2221

2322
Run
2423
---

0 commit comments

Comments
 (0)