rafiudd / firebase-nodejs-api

Firebase crud rest api build with nodejs

Repository from Github https://github.comrafiudd/firebase-nodejs-apiRepository from Github https://github.comrafiudd/firebase-nodejs-api

Firebase Rest API with Nodejs

Installation

Create Firebase Account

https://console.firebase.google.com

Create Database on Firebase

alt text

Usage

var config = {
	databaseURL: "",
	type: "",
	project_id: "",
	private_key_id: "",
	private_key: "",
	client_email: "",
	auth_uri: "",
	token_uri: "",
	auth_provider_x509_cert_url: "",
	client_x509_cert_url: ""
}

Change config with your config.json file in firebase, you can find it on

Settings > Service Account > Create New Key

alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Firebase crud rest api build with nodejs


Languages

Language:JavaScript 100.0%