-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashlytics support #548
Comments
I am also super interested in this. I have spent almost 2 days on updating your projects gradle extensions to use Crashlytics but without any luck. I just keep getting strange errors about API key from Crashlytics even though everything seems correct. It would be very interesting to know if someone plans to work on this soon since Crashlytics appears to be the way forward for Firebase crash reporting. |
Crashlytics is the way forward for Firebase crash reporting. |
This would be really helpful! |
Any news here @arnesson ? |
No one is currently working on this. PRs are welcome. |
if i had cordova plugin making knowledge i would, but the docs are too heavy to spend so much work time on them. is there any quick guide on it? |
I have tried to add Crashlytics manually and got it to work, I only need to know how I can acces the build.gradle file in platforms/android (not platforms/android/app) to add the gradle dependencies. |
Any updates on this subject? Crashlytics support would've been great! |
+1 |
maybe can take idea from https://github.com/ReallySmallSoftware/cordova-plugin-firebase-crashlytics |
also here they made a pr\update which added crashlytics support so can look at how they have done it |
There is an open PR to switch to Crashlytics: #784 |
I feel that there should be some mention of the new APIs that are offered, much less the new library dependency that is now part of this plugin in the main README, especially since it is not packaged as part of FIrebase. I was already using another plugin to handle Crashlytics that this now conflicts with and had I not tried to update the SDK versions, I would never have known and likely would have unpredictable behaviors in the future. |
This has been implemented. Version 2.0.1 (coming soon) should have Crashlytics support for android and iOS. |
I'm using an existing Crashlytics plugin 'cordova-fabric-plugin' and going to switch/migrate to Google Firebase. Do I need to have both plugins installed, or does this plugin handle all the Crashlytics SDK data collection? |
How to use the cordova-plugin-firebase to report crash on firebase console. I tried to add above plugin and I was able to add it in my project. But after that how to setup the project for crash report was not able to understand. It is asking me to provide setCrashlyticsUserId. How to provide the crashlytics user id. From where I will get the above Id ? Do I need to add from the google-services.json file ? How to test with sample crash. Can someone please provide a help. |
for those who are stuck with cordova, try to get capacitor. there's a plugin for this |
Crashlytics will soon replace Crash Reporting, any plans to upgrade this plugin for the support?
The text was updated successfully, but these errors were encountered: