Skip to content

Hadhemy/REST-API-Nodejs-Firebase-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1	Open firebase, select database on the left hand side.
2	Now on the right hand side, select [Realtime database] from the dropdown and change the rules to: { "rules": { ".read": true, ".write": true } }
3	node app.js
4	Test APIs using postman
5	make configurations at Header (KEY:Content-Type    VALUE:application/json)
6	(post) in Body the info : 
7	{
8	   “fname”:”aaaaa”,
9	   “lname”:”tttttttttt”,
10	   “email”:”[email protected]”
11	}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published