EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

app ID and how to listen for id change #1784

Open sido420 opened 3 years ago

sido420 commented 3 years ago

Thanks for the plugin.

I am using app id to uniquely identify a device/install instance in web sdk. It seems to work on web sdk but there is no information on how to get it thru this plugin.

Also, I'd like to know how I can listen for id change events, something like the equivalent of https://firebase.google.com/docs/projects/manage-installations#javascript_4 in JS sdk.

Does anyone have any experience with this? Please let me know.

Thanks.