Skip to content

Commit 446ade6

Browse files
committed
Update docs to say Admin not Server
1 parent 62b6747 commit 446ade6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

database/README.md

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

1919
- Create your project on the [Firebase Console](https://console.firebase.google.com).
20-
- Create a service account as described in [Adding Firebase to your Server](https://firebase.google.com/docs/server/setup) and download the JSON file.
20+
- Create a service account as described in [Adding Firebase to your Server](https://firebase.google.com/docs/admin/setup) and download the JSON file.
2121
- Copy the json file to this folder and rename it to `service-account.json`.
2222
- Change the `DATATBASE_URL` variable in `Database.java` to be the URL of your Firebase Database.
2323

database/src/main/java/com/google/firebase/quickstart/Database.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
import java.io.FileNotFoundException;
2929

3030
/**
31-
* Firebase Database quickstart sample for the server Java SDK.
32-
* See: https://firebase.google.com/docs/server/setup#add_firebase_to_your_app
31+
* Firebase Database quickstart sample for the Java Admin SDK.
32+
* See: https://firebase.google.com/docs/admin/setup#add_firebase_to_your_app
3333
*/
3434
public class Database {
3535

0 commit comments

Comments
 (0)