Where is or What is the serviceAccountKey.json is the node js sample of firebase realtime database

前端 未结 4 489
悲哀的现实
悲哀的现实 2021-01-18 16:26

I have downloaded the zip of Firebase real-time database node.js sample and navigate to the database section

https://github.com/firebase/quickstart-node

4条回答
  •  迷失自我
    2021-01-18 16:28

    How to download your serviceAccountKey.json file
    1. Open Your firebase project
    2. On the navigation drawer, select the project overview
    3. Then select "Project settings"
    4. On the new page, Select Service Accounts
    5. Download file and store in a secured place.

    Note: Do not commit this file to git or share with authorized users.

提交回复
热议问题