-
Notifications
You must be signed in to change notification settings - Fork 65
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 #327
base: beta
Are you sure you want to change the base?
Crashlytics #327
Conversation
To build now we need to add googleService-info.plist file. The googleService-info.plist file contains configuration details, such as keys and identifiers, for the services that we have enabled for crashlytics. |
I rebased it to be against |
Done all conflicts are resolved, the branch is now ready to merge. |
About
|
The documentation spells it clearly. Next time please don't forget to read the documentation. |
Please remember to remove GoogleService-Info.plist file from the other PR too #298 |
Ok, @cpg I always remember to read the documentation before adding new features. From next time. Thank You |
Description
Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.
Fixes #296
Type of Change:
How Has This Been Tested?
Tested in the simulator and in firebase console.
Checklist: