/notification
Last updated
Last updated
Supplying FCM registration token, this will create a new token based on the information supplied to the endpoint. The response will contain the token as it was written to the database. Clients may subsequently update the token string with new values as they are issued by Firebase.
/notification/fcm
The the unique id of the token stored in the database.
The actual Firebase registration.
Supplying FCM registration token, this will update the token string with the supplied values. Clients may update the same registration with a different token issued with Firebase if they wish to simply retain the association with the
/notification/fcm/{fcmRegistrationId}
The the unique id of the token stored in the database.
The actual Firebase registration.