Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

segment-integrations/analytics-kotlin-firebase

Repository files navigation

Add Firebase device mode support to your applications via this plugin forAnalytics-Kotlin

⚠️Github Issues disabled in this repository⚠️

Please direct all issues, bug reports, and feature enhancements tofriends@segment.com so they can be resolved as efficiently as possible.

Adding the dependency

To install the Segment-Firebase integration, simply add this line to your gradle file:

implementation 'com.segment.analytics.kotlin.destinations:firebase:<latest_version>'

Or the following for Kotlin DSL

implementation("com.segment.analytics.kotlin.destinations:firebase:<latest_version>")

Using the Plugin in your App

Open the file where you setup and configure the Analytics-Kotlin library. Add this plugin to the list of imports.

import com.segment.analytics.kotlin.destinations.firebase.FirebaseDestination

Just under your Analytics-Kotlin library setup, callanalytics.add(plugin = ...) to add an instance of the plugin to the Analytics timeline.

    analytics = Analytics("<YOUR WRITE KEY>", applicationContext) {        this.flushAt = 3        this.trackApplicationLifecycleEvents = true    }    analytics.add(plugin = FirebaseDestination(applicationContext))

Your events will now begin to flow to Firebase in device mode.

Support

Please use Github issues, Pull Requests, or feel free to reach out to oursupport team.

Integrating with Segment

Interested in integrating your service with us? Check out ourPartners page for more details.

License

MIT LicenseCopyright (c) 2021 SegmentPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

[8]ページ先頭

©2009-2025 Movatter.jp