Questions tagged [firebase-crash-reporting]

THIS PRODUCT IS DISCONTINUED. Use the crashlytics tag for questions about Firebase Crashlytics. Firebase Crash Reporting is an indispensable tool for diagnosing and fixing problems in your mobile app. It creates detailed reports of the bugs in your app triaged by the severity of the impact on your users.

About Firebase Crash Reporting

Firebase Crash Reporting has been discontinued and is replaced by Crashlytics.

Related tags

328 questions
84
votes
0 answers

SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider

After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes. I don't know anything about com.google.android.gms.phenotype.provider.ConfigurationProvider. What is it? And it appears on some devices…
77
votes
16 answers

How to disable Firebase Crash Reporting when the app is running on debug?

I have successfully implemented Firebase Crash Reporting, but I need to disable the service when the app is running undo the 'debug' Build Variant, in order to avoid non-real crashes in the console during the development. The official documentation…
facundomr
  • 883
  • 1
  • 6
  • 5
70
votes
13 answers

'Higher minimum deployment target' error when installing Firebase Crash Reports Pods for iOS

I'm attempting to install the Firebase Crash Reporting Pod for iOS. The core Firebase Pod installs fine, however when installing Crash Reporting, I get the following error via the terminal: Specs satisfying the `Firebase/Crash` dependency were…
user2181948
  • 1,646
  • 3
  • 33
  • 60
64
votes
9 answers

Firebase Crashlytics - java.lang.IllegalStateException: The Crashlytics build ID is missing

As per new version of Firebase Crashlytics added in Our App and application stopped at launch time. java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The…
61
votes
5 answers

How to upload a mapping file to Firebase Crashlytics?

In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section
itzhar
  • 12,743
  • 6
  • 56
  • 63
48
votes
7 answers

Firebase Crashlytics setup on iOS?

I'm trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I've followed the documentation here, but my build always fails when running the custom build phase: "${PODS_ROOT}/Fabric/run" The error in…
Lucas P.
  • 4,282
  • 4
  • 29
  • 50
37
votes
1 answer

Firebase error: symbolFileMappings:upsert: The uploaded file is not a valid Breakpad Symbol file

I am trying to upload a dSYM file to Firebase using this command: ./Pods/FirebaseCrash/batch-upload -i ./Info.plist -p ./GoogleService-Info.plist ./service-accounts/mtb.json 78*****C-5**4-3***-***C-00*********7 But each time I run this, I get back…
Hassan Mahmood
  • 1,591
  • 2
  • 12
  • 24
31
votes
3 answers

Can we use firebase crashlytics for our web application?

I have a web application and I want to track its crashing reports. Can I use Firebase crashlytics or Fabric for this purpose. In their site its mentioned its only for Android or ios. Regards, Makrand
user2090194
  • 321
  • 1
  • 3
  • 7
31
votes
10 answers

All firebase libraries must be either above or below 14.0.0

I have checked my app build.gradle file and these are the only lines that are related to firebase in them /*** * Firebase */ implementation 'com.google.firebase:firebase-core:15.0.0' implementation…
22
votes
5 answers

Crashlytics found an invalid API key: null. after updated com.google.gms:google-services:4.1.0

I had this bug after updated from com.google.gms:google-services:4.0.1 to com.google.gms:google-services:4.1.0 Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully!…
kimcy
  • 331
  • 3
  • 7
21
votes
4 answers

Firebase Crash produces ANR during launch

Recently I got feedback and also I was able to reproduce it easily on my Nexus 5 with cleared app data. Simply, when adding compile 'com.google.firebase:firebase-crash:9.4.0' only to project dependencies I get following Exception: 09-14 00:47:54.899…
21
votes
3 answers

Firebase Crash report email

I have implemented Firebase crash report basic setup for my project and it worked perfectly without any problem. Is it possible to get those error report on my email? I am unable to find email sending feature for non fatal or fatal error on crash…
dev
  • 301
  • 1
  • 4
  • 18
20
votes
2 answers

How to search a crash in Firebase Crashlytics?

I've migrated the application from "Fabric Crashlytics" to "Firebase Crashlytics" and successfully tested if the new crashes arrive. But unfortunately, I don't see an option to search for an issue. I see an option to "Search by user" but if I want…
20
votes
4 answers

Google Firebase - how to delete Crash reports?

Have I finally gone blind or is there not an obvious way to delete Firebase Crash reports through the Google Firebase web console? My Android app is successfully logging reports but now I have a flood of "development crashes" that are eating up a…
19
votes
3 answers

Can I move app from current project to another project with current data in Firebase Console of the same account

I have a project in firebase console, this project has two apps both android. I had only integrated Analytics, Notifications and Crashlytics. I had thought of just deleting the app and add it afresh to the new project in firebase I have created for…
1
2 3
21 22