Using Firebase Crashlytics and Fabric Answers

2.7k Views Asked by At

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.

1

There are 1 best solutions below

1
On

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.