firebase-crash-reporting Questions

4

Solved

I am trying to integrate firebase_crashlytics in my Flutter App. https://pub.dartlang.org/packages/firebase_crashlytics#-readme-tab- I am facing an issue with iOS integration. In the docs, it is sp...
Finland asked 10/4, 2019 at 15:19

17

Solved

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 ...
Vaticide asked 27/7, 2016 at 1:54

14

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.FirebaseInitProv...

5

I am trying to switch from Firebase Crash reporting to Firebase Crashlytics. I have followed the guide here: https://firebase.google.com/docs/crashlytics/upgrade-from-crash-reporting But during i...
Addieaddiego asked 9/11, 2017 at 10:44

2

Solved

When Firebase Crashlytics tags a crash event with "Happened in the first second of the User's session". One obvious scenario is when the user clicks the App icon and the app crashed withi...

2

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...

5

Solved

In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section
Bivins asked 14/11, 2017 at 9:15

7

Solved

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 bui...
Alpert asked 18/12, 2017 at 11:7

4

Solved

I have followed proper steps for firebase crash reporting integration but I still have errors like this, /Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:174: error: Please en...
Arty asked 10/4, 2017 at 10:26

4

I am developing news app and I am new to firebase Crashlytics I want to force to crash and I want to get a report of the crash but I am not getting any crash reports how can I achieve that below m...
Primatology asked 29/5, 2020 at 8:19

1

I have an application that I wrote with swift. I want to see crash reports of the app after the release. I want to add Firebase Crashlytics for this. I do everything in this link. but during compil...

3

Firebase Crashlytics has a feature for customizing crash reports. In my case, I'm reporting the internal user ID so that I can pull up more information to debug the issue. I'm not able to see the ...
Informal asked 26/3, 2018 at 7:52

4

Solved

I'm trying to set up my app with firebase+crashlytics for having a better error dashboard. All the firebase stuff is already working and I'm able to access the features I tested crashlytics with:...

1

Is it possible to force FirebaseCrashlytics to print the log messages to console prior google buy them (and make shit as always) it was possible using the fabric api. But now seems these methods we...

4

I have an android project which I want to expand with Firebase. Currently I've got an error logging when I want to test a crash with a log message. Server did not receive report: Origin Error mess...

3

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, Makr...
Maretz asked 23/1, 2019 at 8:1

16

Solved

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...
Catboat asked 23/5, 2016 at 17:12

1

Solved

I have migrated Fabric to Firebase/Crashlytics and I am getting this below build error for my run script in an iOS project, Build Phase - Run Script # Name of the resource we're selectively copying...
Aldon asked 6/11, 2020 at 20:26

1

I recently migrated to crashlytics from firebase. I was able to test it with creating dummy crash and get it in my crash report console. But currently i am receiving this exception when i run my ap...
Communism asked 16/10, 2018 at 6:51

1

I am trying to configure Firebase Crashlytics in my library project. According to Firebase its not possible to configure Crashlytics in the library project. I am getting this error message. Cra...
Gyrostatics asked 31/3, 2020 at 8:36

4

My app is failing on a Trend TaintArt for x86 running Android 7.1.2 when it tries to inflate a layout containing an ImageView. The crash reports that the Drawable doesn't exist: Yet, the Drawabl...

4

Solved

My Crashlytics data is not appearing in the Firebase Crashlytics view. It does show "Crash-free statistics" as being 75%, so it appears to be recording some data. I also see the crashes a...

1

For FirebaseCrashlytics i am setting the user id once user logged in then store its credentials in sharedpreference. FirebaseCrashlytics.getInstance().setUserId("12345"); On next App launch User ...
Colorado asked 17/5, 2020 at 0:36

6

I followed all the steps on the docs to use Firebase Crash Reporting in my Android app (I use Android Studio and everything is up-to-date). I used their own code to throw an exception to see if it ...
Marianamariand asked 23/5, 2016 at 14:5

0

I'm trying to implement new FirebaseCrashlytics in my iOS app and having some issues and some things are not clear at all. As per Upgrade doc in step 3, I have to add following run script: ${PODS...

© 2022 - 2025 — McMap. All rights reserved.