File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/google/firebase/quickstart Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2828import 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 */
3434public class Database {
3535
You can’t perform that action at this time.
0 commit comments