Instance Id is using a deprecated method #5083
ViktorSondergaard-s360
started this conversation in
General
Replies: 1 comment 4 replies
-
PRs happily merged :-) It's my understanding that while we are using the deprecated APIs, under the covers it's all routing through the installations code now It is something that "we" (invertase et al) want to get to but it is not a priority at the moment so there is no ETA, thus PRs would be welcome |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firebase changed from Instance id to Firebase installation ID (FID). https://firebase.google.com/docs/projects/manage-installations#java_4. So the Instance ID module is using FirebaseInstanceId which is deprecated. So this should probably be upgraded to FirebaseInstallations. As I don't believe Instance ID is useful anymore? As Firebase is now using FID in Analytics
Beta Was this translation helpful? Give feedback.
All reactions