-
Notifications
You must be signed in to change notification settings - Fork 0
feat(observability): add Firebase Crashlytics with opt-in toggle in settings #32
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
02d02b3
docs(observability): add Firebase Crashlytics integration design spec
using-system 0eb094f
docs(observability): add Firebase Crashlytics implementation plan
using-system 5d2ab6f
build(deps): add firebase_core and firebase_crashlytics
using-system 74a902f
build(android): add Firebase and Crashlytics Gradle plugins
using-system cbb4815
feat(l10n): add observability and crashlytics localization keys
using-system c058b00
feat(observability): add crashlytics preference storage
using-system 06f198e
feat(observability): add crashlytics preference provider
using-system 37876a9
feat(observability): add crashlytics toggle tile widget
using-system 802e03a
feat(observability): add observability section widget
using-system 7ebf925
feat(settings): add observability section between general and actions
using-system 5f6a951
feat(observability): initialize Firebase and Crashlytics at app startup
using-system ce3a6fd
docs: add Firebase Crashlytics to SPEC.md tech stack
using-system 0f60349
fix(observability): disable toggle during loading and remove unused i…
using-system 4e83d5f
build(android): add Firebase google-services.json config
using-system 78778ee
test(observability): add tests for crashlytics storage, toggle tile, …
using-system b6bb3c0
fix(observability): move binding init inside runZonedGuarded to fix z…
using-system e28bed0
fix(observability): log stack trace on Firebase init failure and guar…
using-system File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "project_info": { | ||
| "project_number": "691874426189", | ||
| "project_id": "cookmate-d8571", | ||
| "storage_bucket": "cookmate-d8571.firebasestorage.app" | ||
| }, | ||
| "client": [ | ||
| { | ||
| "client_info": { | ||
| "mobilesdk_app_id": "1:691874426189:android:344aae686c918f34b49b04", | ||
| "android_client_info": { | ||
| "package_name": "com.cookmate.app" | ||
| } | ||
| }, | ||
| "oauth_client": [], | ||
| "api_key": [ | ||
| { | ||
| "current_key": "AIzaSyCrNYwZRbCxStw-UJ5ewvRka7r516T7MK0" | ||
| } | ||
| ], | ||
| "services": { | ||
| "appinvite_service": { | ||
| "other_platform_oauth_client": [] | ||
| } | ||
| } | ||
| } | ||
| ], | ||
| "configuration_version": "1" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.