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

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.

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__:

- email
- fullName
- companyName
- password

__response__:

```
{
"token": "xx.xxx.xxx"
}
```