sophia
sophia

Reputation: 415

Firebase Crashlytics unique ID

Is the installation_uuid field in the BigQuery table of my project's Crashlytics data the same thing as what is being set with setUserIdentifier, and comes back with getIdentifier? If not, should we be able to read the installation_uuid in any way in our app code?

Upvotes: 2

Views: 1398

Answers (1)

Todd Burner
Todd Burner

Reputation: 2262

Thanks the installation UUID is different than your userID. It is used to track the number of unique users experiencing a crash. It is not developer accessible as that would allow you to link users and UUID and would create privacy concerns out of the box that we'd rather mitigate.

Upvotes: 2

Related Questions