Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xand6r/firebase-functions

Functions for creating functions, which creates an API for writing to and reading from a firebase realtime database
https://github.com/xand6r/firebase-functions

Last synced: 10 days ago
JSON representation

Functions for creating functions, which creates an API for writing to and reading from a firebase realtime database

Awesome Lists containing this project

README

        

# firebase-functions
Functions for creating functions, which creates an API for writing to and reading from a firebase realtime database
The `index.js`file contains the functions written.
Express was used in the app, for body parsing json.

# Usage of the api
make a get request to it to get all the present users
make a post request to it, with the correct keys ['firstName','lastName','age','dateOfBirth','hobbies'], and add a user to the database