/firebase-nodejs-api

Firebase crud rest api build with nodejs

Primary LanguageJavaScript

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.