Firebase Push Notifications
The following endpoints allows the device to subscribe/unsubscribe to/from topics in Firebase.
Client
- Subscribe to conversation (Allows the device connected as client to subscribe to a specific conversation already created via signup method)
- Unsubscribe from conversation (Allows the device connected as client to unsubscribe from a specific conversation already created via signup method)
Member
- Subscribe to teams (Allows the device connected as member to subscribe to all available teams)
- Unsubscribe from teams (Allows the device connected as member to unsubscribe from all available teams)
These member subscription endpoints require a
registrationTokenprovided via login endpoint