We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69e84f commit 95633d2Copy full SHA for 95633d2
Readme.md
@@ -83,4 +83,7 @@ admin.initializeApp({
83
```
84
and to generate private key from console.firebase, from proget settings>Service accounts>generate new private key
85
then open the downloaded file, and paste its conent to new create file under functions folder, name the file "service_acount.json".
86
-
+now we can import the file to index.js as "serviceAcount"
87
+```
88
+const serviceAccount = require('./service_acount.json');
89
0 commit comments