You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Does firebase store duplicate copy DeviceID that was generated by the app in google cloud server?
Device InstancesIDs are stored in my Database sent by my app. If firebase stores copy of instanceID how would I get it via API.
Frank van Puffelen
unread,
Jan 20, 2023, 9:27:31 AM1/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
There is no API to get a list of all device IDs. You will have to maintain your own database of them, as you're already doing.
If you want to keep your own database up to date, you can remove stale IDs when you get a response indicating the token is outdated/invalid. For an example of this, see here.