4ntoine
4ntoine

Reputation: 20432

How to filter log events and crashes in Firebase Crashlytics Console for user id?

How can I filter user log events and crashes in Firebase Console assuming i know user id set with FirebaseCrashlytics.getInstance().setUserId("12345");?

Upvotes: 1

Views: 3545

Answers (1)

Oleg Kodysh
Oleg Kodysh

Reputation: 1044

You would just type in the User ID into the User ID searchbar in your dashboard. Here's a picture:

enter image description here

Upvotes: 5

Related Questions