FCMTokenService class
Service to handle Firebase Cloud Messaging (FCM) token management This service initializes FCM, retrieves the token, and updates it in Firestore. including APNS handling for iOS devices, but isn't working at the moment without an Apple Developer Account.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initializeFCM(
) → Future< void> - Initialize FCM and get token with proper APNS handling
-
updateFcmToken(
String token) → void - Update FCM token in Firestore This method updates the user's FCM token in Firestore @param token The FCM token to update @return void