Skip to content

Commit 95633d2

Browse files
authored
Update Readme.md
1 parent b69e84f commit 95633d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ admin.initializeApp({
8383
```
8484
and to generate private key from console.firebase, from proget settings>Service accounts>generate new private key
8585
then open the downloaded file, and paste its conent to new create file under functions folder, name the file "service_acount.json".
86-
86+
now we can import the file to index.js as "serviceAcount"
87+
```
88+
const serviceAccount = require('./service_acount.json');
89+
```

0 commit comments

Comments
 (0)