Hello there,
I developed an Android app that subscribes to a topic (subscribeToTopic()
) and then receives notifications when my server sends a message to that topic.
The problem is that from time to time, someone complains that notifications ceases to arrive.
In this case I usually ask to user to use a function of my app that reads the Firebase Registration Token and sends it to me via email.
Then I try to send a notification to that Token and FCM Server answers with the "Not Registered" error!
How can it be "Not Registered"???
When using the Topic Subscription, shouldn't Firebase manage the whole "token process" and take care of its renewal?
Is there some way to inform app that it is not registered anymore and take appropriate actions?
Thank you,
Max