简体   繁体   中英

Migrate from Fabric to Firebase

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM