https://github.com/przbadu/firebase-api
Restful API with firebase cloud functions, firebase cloud storage, firebase storage.
https://github.com/przbadu/firebase-api
Last synced: about 1 month ago
JSON representation
Restful API with firebase cloud functions, firebase cloud storage, firebase storage.
- Host: GitHub
- URL: https://github.com/przbadu/firebase-api
- Owner: przbadu
- License: apache-2.0
- Created: 2020-04-04T13:30:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:21:40.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:47:47.369Z (3 months ago)
- Language: JavaScript
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase API
Firebase https://cloud.google.com/functions/ (cloud function) with RESTFul API.
## Features
### Sign up
__request url__: `{{baseurl}}/api/sign_up`
__params__:
- fullName
- companyName
- password__response__:
```
{
"token": "xx.xxx.xxx"
}
```