Skip to content
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

Closed
chinlun opened this issue Jan 23, 2018 · 17 comments
Closed

Crashlytics support #548

chinlun opened this issue Jan 23, 2018 · 17 comments

Comments

@chinlun
Copy link

chinlun commented Jan 23, 2018

Crashlytics will soon replace Crash Reporting, any plans to upgrade this plugin for the support?

@johanlantz
Copy link

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.

@Chumillas
Copy link

Crashlytics is the way forward for Firebase crash reporting.
Hoping to see this added soon

@jcyh0120
Copy link

This would be really helpful!

@hirbod
Copy link
Contributor

hirbod commented Mar 25, 2018

Any news here @arnesson ?

@soumak77
Copy link
Contributor

soumak77 commented May 2, 2018

No one is currently working on this. PRs are welcome.

@tryadelion
Copy link

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?

@WilcoSp
Copy link

WilcoSp commented May 25, 2018

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.
If someone knows how to extend or acces it let me know

@remisture
Copy link

Any updates on this subject? Crashlytics support would've been great!

@guylando
Copy link

+1

@guylando
Copy link

@guylando
Copy link

also here they made a pr\update which added crashlytics support so can look at how they have done it
https://github.com/chemerisuk/cordova-plugin-firebase-crash

@ndrake
Copy link

ndrake commented Aug 3, 2018

There is an open PR to switch to Crashlytics: #784

@briantq
Copy link
Contributor

briantq commented Sep 6, 2018

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.

@soumak77
Copy link
Contributor

This has been implemented. Version 2.0.1 (coming soon) should have Crashlytics support for android and iOS.

@canadaka
Copy link

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?

@ios-dev-newbie
Copy link

ios-dev-newbie commented Apr 4, 2019

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.

@stewones
Copy link

for those who are stuck with cordova, try to get capacitor.

there's a plugin for this

https://github.com/stewwan/capacitor-crashlytics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests