All Questions
Tagged with google-fabric firebase
146
questions
0
votes
0
answers
88
views
Flutter Firebase Crashlytics 0.1.4 not reporting non fatal error to firebase console
I am using this version's Firebase Crashlytics on Flutter https://pub.dev/packages/firebase_crashlytics/versions/0.1.4+1. And we also use implementation 'com.google.firebase:firebase-crashlytics' on ...
0
votes
0
answers
31
views
Remove Fabric Causes NSInvalidArgumentException
I have followed the steps with migrating Fabric to Firebase Crashlytics from
https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
And I have been able to build and run on a simulator ...
0
votes
1
answer
70
views
Upgrading from Fabric to Firebase Crashlytics not showing in Firebase Console
I am attempting to upgrade from fabric to firebase crashlytics but the despite crashes, my app does not seems to show up in firebase crashlytics console
After having done extensive search on ...
0
votes
1
answer
144
views
How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?
How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?
In an iOS project, I have been using GoogleAnalytics and Fabric. Now I am trying to migrate Fabric to Firebase/...
5
votes
3
answers
4k
views
Firebase Crashlytics : Settings request failed - After migrate from fabric
After I migrate to crashlytics from fabric, crash reports does not shown on Firebase console anymore.
I followed upgrade document for migration.
I tried force crash to test and i logged with adb ...
1
vote
1
answer
2k
views
Firebase Crashlytics doesn't tracking the crash for Android after migration from fabric
I am developing an android app in a company.
This app has used the Fabric library.
I can find the dependencies in the 'build.gradle' files.
And we could see the crash report in our Firebase ...
0
votes
1
answer
825
views
Old Fabric app won't show crashes on new Firebase implementation
I have implemented Firebase/Crashlytics to an app. I can see in the logs that app is sending crashes. Firebase Console doesn't show anything. I can see crash free user count decreased after the ...
0
votes
1
answer
608
views
FirebaseCrashlytics did not report crash to my firebase console dashboard
I was updating Fabric to new Firebase, my firebase showed old fabric crash report and no Firebase report. Now my firebaseCrashlytics version is 4.3.1. I had added GoogleService-Info.plist, script ...
0
votes
0
answers
1k
views
Framework not found Crashlytics
Since I was using Fabric Crashlytics and it has been deprecated so I want to delete the Pods and change to Firebase Crashlytics. My Podfile looks like:
# Uncomment this line to define a global ...
42
votes
7
answers
21k
views
E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/XXXX/settings
I tried new Firebase Crashlytics SDk after migrating from Fabric and seem to run into a weird issue.
Crash logs are not captured in dashboard after upgrading firebase-crashlytics to 17.0.0 and I get ...
3
votes
3
answers
874
views
Android Firebase crashes doesn't send crash report in third party libs (or *.aar)
I found that I didn't receive crash issues which was registered in a third party libs attached to project as dependency or like *.aar. I mean, for example, like this:
implementation 'xxxx:2.1.1'
I ...
6
votes
1
answer
637
views
Crashes not showing in Crashlytics after migrating from Fabric
Until now, I've had a link between Fabric and Firebase Crashlytics, so prior to today, I had all of my app's crashes show up in Firebase Crashlytics.
Today, I decided to completely migrate from ...
1
vote
1
answer
853
views
Firebase Crashlytics reports
This issue contains servel questions for a "new Firebase Crashlytics user"
First of all till not long ago, I've used Fabric for crash reports.
after migrating Fabric to Firebase Crashlytics, a ...
0
votes
1
answer
199
views
Upload missing required dSYMs through uploader tool
How to upload dSYM file. please help us. I am using “Pods/Fabric” folder of your Xcode project directory
finally i got issue
vicky-MacBook-Air-2:~ vicky$ /Users/vicky/Documents/Office/CAADE\ MAIN/...
3
votes
1
answer
2k
views
Fabric crashlytics to Firebase migration
I have an app that was using fabric crashlytics. New version of this app will be using firebase service for crash logging, but I would like to have some visibility of current users (that are still on ...