📚 Documentation: Wrong Logic For Android FCM
x Messaging
#803
Labels
documentation
Improvements or additions to documentation
FCM
x Messaging
#803
💭 Description
The documentation here mentions using a
FirebaseMessagingService
for updating the push targets for messaging.However it uses this logic -
Note: The example repository properly manages this, however the usage of
Account
variable looks unrelated & incomplete on documentation.Also, there is a mention of
targetId
which I do not think is something used by the SDK internally.It is not saved in the
SharedPreferences
the first time the token is retrieved but only managed in the above mentionedService
. Also Its better to provide a small explanation about this as well.👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: