A CRUD RESTFUL API USING FIREBASE FIRESTORE
A CRUD RESTFUL API USING FIREBASE FIRESTORE
Clone the repo locally. In a terminal, run:
$ git clone https://github.com/FunbiOyede/node-firebase-firestore.git
$ npm install
$ yarn install
$ npm install -g firebase-tools
$ yarn global add firebase-tools
The API expect the following Parameters: id
of type int email
of type string phone
of type string last_name
of type string first_name
of type string
Make sure post is set to either x-www-form-urlencoded
or raw json format
/api/create
/api/delete/:id
/api/user/:id
/api/user/update/:id
/api/user