Where can I get “serviceAccountCredentials.json” for Firebase Admin?

后端 未结 2 478
情书的邮戳
情书的邮戳 2021-02-02 06:32

Here is said what I need to setup Firebase on java:

FirebaseOptions options = new FirebaseOptions.Builder()
    .setDatabaseUrl(\"https://databaseName.firebaseio         


        
2条回答
  •  别跟我提以往
    2021-02-02 07:15

    You can directly go to your Firebase portal --> Project Settings then Service accounts. I made a tutorial that explain all the details : How to get my Firebase Service Account Key file

提交回复
热议问题