cmp-firebase
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mobilebytelabs</groupId>
<artifactId>cmp-firebase</artifactId>
<version>3.5.12</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.mobilebytelabs</groupId>
<artifactId>cmp-firebase</artifactId>
<version>3.5.12</version>
<name>CMP Firebase</name>
<description>Firebase for Kotlin Multiplatform — Analytics + Crashlytics with a single in-library setup surface (FirebaseKit.initialize + Android auto-init). GitLive Firebase Analytics on 11 targets (Measurement-Protocol HTTP fallback on the rest) and GitLive Crashlytics on 6 targets, with an AI-feedable structured CrashReport fallback (Kermit) everywhere else. Interface + Stub/NoOp/Test variants across all 20 supported KMP targets.</description>
<url>https://github.com/MobileByteLabs/KmpToolkit/</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>MobileByteLabs</id>
<name>MobileByteLabs</name>
<url>https://github.com/MobileByteLabs</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/MobileByteLabs/KmpToolkit.git</connection>
<developerConnection>scm:git:ssh://git@github.com/MobileByteLabs/KmpToolkit.git</developerConnection>
<url>https://github.com/MobileByteLabs/KmpToolkit/</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.mobilebytelabs</groupId>
<artifactId>cmp-network-monitor</artifactId>
<version>3.5.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime</artifactId>
<version>0.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kermit</artifactId>
<version>2.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.russhwolf</groupId>
<artifactId>multiplatform-settings</artifactId>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.gitlive</groupId>
<artifactId>firebase-crashlytics</artifactId>
<version>3.0.0-alpha01</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.gitlive</groupId>
<artifactId>firebase-analytics</artifactId>
<version>3.0.0-alpha01</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-darwin</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-curl</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>