When does the firebase token get updated? #6587
Answered
by
Yawanseh
RaedBaker95
asked this question in
Q&A
-
Hello Im trying to create service to store fcm token and link it with a user and when does the firebase token get updated? |
Beta Was this translation helpful? Give feedback.
Answered by
Yawanseh
Oct 3, 2022
Replies: 1 comment
-
Hi Raed, As per Firebase docs,
ref: https://firebase.google.com/docs/cloud-messaging/manage-tokens |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RaedBaker95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Raed,
As per Firebase docs,
it's important to save the token to the server and update the timestamp whenever it changes, such as when:
ref: https://firebase.google.com/docs/cloud-messaging/manage-tokens