Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xand6r/firebase-functions
- Owner: Xand6r
- Created: 2019-10-28T10:14:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:59:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T03:18:49.881Z (7 months ago)
- Language: JavaScript
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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