Using Firebase Crashlytics and Fabric Answers
Asked Answered
H

1

8

I would like to use Firebase Crashlytics and Fabric Answers together.

According to this link, in order to setup Fabric Answers, we need to include Fabric API key.

This link doesn't mention any need for Fabric API key for implementing Firebase Crashlytics.

After some test, I found out that Firebase Crashlytics only works without Fabric API key in AndroidManifest as mentioned in this part of the documentation.

Remove Fabric API Key

On the other hand, Fabric Answers only works with Fabric API key in AndroidManifest.

Is there anyway we can use both Firebase Crashlytics and Fabric Answers together?

If not, how do I migrate Firebase Crashlytics back to Fabric Crashlytics?

Thank you.

Hawn answered 6/2, 2018 at 14:47 Comment(5)
thanks for asking this did you find a solution to use both Firebase Crashlytics and Fabric answers together.M
I have actually sent Firebase an email about this. Here's their reply: "Thanks for reaching out. Right now it's not possible to use both Firebase Crashlytics and Fabric Answers. I'll let the team know your concerns so we can think about this going forward."Hawn
I think the firebase analytics with custom log events does the same job as Answers doesn't it? How r both different.M
I personally prefer the Fabric console. Their console's summary/home screen provides a list of apps with summarised user analytics data such as new users and active users. Firebase doesn't provide this. Other than that, I enjoy receiving daily email from Fabric detailing daily Answers' user analytics summary (new users, active users, etc) which Firebase doesn't offer either :(Hawn
This whole thing (crashlytics/answers/fabric/firebase – all of it) is so poorly done and documented. wtf.Hydrozoan
E
-4

The easiest way to get setup is to use the Fabric plugin for Android Studio. It will configure your project and put the keys in the correct files/locations.

Crashlytics and Answers both need a fabric key.

Erastatus answered 6/2, 2018 at 15:2 Comment(1)
I am referring to Firebase Crashlytics. It is not the same as Fabric Crashlytics.Hawn

© 2022 - 2024 — McMap. All rights reserved.