0

I try to migrate from Fabric to Firebase and I want to know how to link my application users to Firebase? In Fabric I used Crashlytics.setUserName what is the equivalent method in Firebase?

Henry
  • 42,982
  • 7
  • 68
  • 84
  • there is no different see this link : https://proandroiddev.com/migrating-crashlytics-to-the-firebase-console-5e05b6ff8c12 – Amir133 Nov 14 '18 at 12:25
  • I saw this link but the migration steps in Fabric website is different, it forces me to remove fabric dependencies. check this link: https://docs.fabric.io/android/examples/cannonball/ what about this? – Asmaa Elmarazki Nov 14 '18 at 12:39
  • Possible duplicate of [Migrate Fabric's Crashlystic data to Firebase](https://stackoverflow.com/questions/49725108/migrate-fabrics-crashlystic-data-to-firebase) – hossam scott Nov 14 '18 at 12:55

1 Answers1

1

Mike from Firebase here. The closest method to Crashlytics.setUserName is Crashlytics.setUserIdentifier("TheUserId");.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77