Using Firebase Crashlytics and Fabric Answers

六月ゝ 毕业季﹏ 提交于 2019-12-21 11:14:10

问题


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.

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:


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.



来源:https://stackoverflow.com/questions/48645669/using-firebase-crashlytics-and-fabric-answers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!