Skip to content

A cordova plugin to simplify adding Crashlytics deps and auto-upload of dsyms to Firebase for both iOS and Android.

License

Notifications You must be signed in to change notification settings

prodatakey/cordova-support-crashlytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crashlytics Support Plugin for Cordova

This pretty simply automates uploading of debug symbols for built apps and installs dependencies for Crashlytics for iOS and Android apps.

Installing this plugin is all that's necessary to start catching any crash-to-home while also getting fully instrumented stack traces in the Firebase console.

Installation

cordova plugin add cordova-support-crashlytics

You also need to download google-services.json on Android and GoogleService-Info.plist on iOS from Firebase console and put them into the cordova project root folder. Then use <resource-file> to copy those files into appropriate folders:

<platform name="android">
    <resource-file src="google-services.json" target="app/google-services.json" />
    ...
</platform>
<platform name="ios">
    <resource-file src="GoogleService-Info.plist" />
    ...
</platform>

Note: if you use cordova-android below version 7 specify target="google-services.json" instead.

About

A cordova plugin to simplify adding Crashlytics deps and auto-upload of dsyms to Firebase for both iOS and Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published