## Firebase Token

All the requests associated with the favorited require the presence of the JWT token.
See  [auth_and_requests.md](../auth_and_requests.md) 



## Update token ##

### POST - api/v1/update-firebase-token

Body parameters parameters:
* fcm_token - The new token for the user
* device_id - The device identifier

##### Response:
```json
{
    "message": "Token atualizado.",
}
```
