https://github.com/zunjae/firebaseqol
Improve your QoL when using Firebase
https://github.com/zunjae/firebaseqol
Last synced: about 1 year ago
JSON representation
Improve your QoL when using Firebase
- Host: GitHub
- URL: https://github.com/zunjae/firebaseqol
- Owner: zunjae
- License: mit
- Created: 2019-09-17T07:32:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T14:30:15.000Z (over 6 years ago)
- Last Synced: 2025-03-11T15:16:23.090Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FirebaseQoL
Improve your QoL when using Firebase
## LogKeys
Whenever a crash happens, you often need to know more context to replicate the issue yourself. You can do this by logging the Bundle Key/Values associated with the crashlog by using `Crashlytics.setString`. Implement the following code in your Base Activity https://github.com/zunjae/FirebaseQoL/blob/master/LogKeys.kt so the Bundles of each Activity gets logged.
