Messaging
interface Messaging
Messaging feature — register and manage push-notification tokens.
Consumer apps handle their own Firebase / APNs setup and obtain device tokens independently. Use this interface to share those tokens with the AFCore backend so the server can deliver push notifications.
Typical flow
App obtains an FCM / APNs token via its own Firebase configuration.
Call updateToken with the token and a stable device identifier.
On logout or device deregistration, call deleteToken.