Skip to content

InkApplications/kimchi-firebase-bridge

Repository files navigation

Firebase Bridge for Kimchi

This provides a default implementation for integrating Firebase into Kimchi's logging and analytics.

Installation

Usage

Firebase Analytics

Just add the adapter to your list of Kimchi Analytics Writers:

Kimchi.addAnalytics(FirebaseAnalyticsAdapter())

Crashlytics

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.

Firebase Supported versions

See the Change Log for information about firebase SDK updates.

About

Firebase Analytics Integration for Kimchi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages