Skip to content

rafiudd/firebase-nodejs-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published