In case of uninstalling the app and reinstalling after a few weeks, does the Firebase InstanceID stay the same or a new one gets generated?
Asked
Active
Viewed 642 times
4
-
Which client SDK? For Android, it's clear from [the documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId) that a new instance ID is generated. Probably the same for iOS. – Bob Snyder Nov 27 '17 at 14:58