All Projects → wahengchang → nodejs-firebase-example

wahengchang / nodejs-firebase-example

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Nodejs firebase in 4 step

1- Creating an Firebase application

Creating an Firebase application by a click on https://console.firebase.google.com/ alt text

2- Get service account key After you click the Generate New Private Key button, a JSON file containing your service account’s credentials will be downloaded. You’ll need this to initialize the SDK in the next step. To read more: https://firebase.google.com/docs/admin/setup

alt text

3- Setup Node.js project Setting up Node.js application for Firebase project is easy,  

alt text

Reference:  — https://firebase.google.com/docs/admin/setup

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].