Android Question How to retrieve Firebase installation ID (FID)?

toby

Well-Known Member
Licensed User
Longtime User
Firebase installation ID (FID) is the recommended way of generating a unique ID. See below for details. Could someone kindly show me how to retrieve FID in B4A?

TIA
Source: https://developer.android.com/training/articles/user-data-ids
 

toby

Well-Known Member
Licensed User
Longtime User
"and it's (relatively) easily resettable because it only persists as long as the app is installed."

This is the same as generating a random string when the app starts for the first time and saving it in XUI.DefaultFolder.
You meant GUID. Google prefers FID over GUID and I'm wondering why.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…