react-native-firebase crashlytics not showing up on firebase dashboard

后端 未结 5 2060
醉梦人生
醉梦人生 2021-02-14 06:09

I am using firebase crashlytics. I am causing a crash by doing

firebase.crashlytics().crash()

and I am not seeing the crash report on the fireb

5条回答
  •  说谎
    说谎 (楼主)
    2021-02-14 06:46

    its stupid from Firebase Teams, but the solution is : 1- Force the crash
    2- Launching the app with ide or cli 3- stop launching app from ide or cli 4- launch the app from smilator like user normal

    And you will see the crashs in firebase console.

提交回复
热议问题