This provides a default implementation for integrating Firebase into Kimchi's logging and analytics.
- Make sure Kimchi is already installed
- Make sure Firebase is set up
- Add the maven artifact
com.inkapplications.kimchi-firebase-bridge:analytics:2.+
- If using Crashlytics, make sure the plugin is properly installed
Just add the adapter to your list of Kimchi Analytics Writers:
Kimchi.addAnalytics(FirebaseAnalyticsAdapter())
To send all logs and non-fatals to crashlytics, add the adapter to your list of Kimchi Log Writers:
Kimchi.addLog(crashlyticsLogger())
That's it! Your logs for non-fatals should now appear in Crashlytics.
See the Change Log for information about firebase SDK updates.