touchlab-lab / FirestoreKMP

Firestore KMP Library

Home Page:https://touchlab.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firestore SDK for Kotlin Multiplatform

Not Supported!

This library was produced for a client project, but open sourced in support of a talk on Kotlin Multiplatform library development. We don't plan for ongoing support, unless there is renewed client interest.

Overview

Library wrapping the Firestore SDK for Kotlin Multiplatform with clients for Android and iOS. Shared common code can run methods that get delegated to the platform specific SDKs.

Usage

Use Koltin 1.3.50.

Dependency config

sourceSets {
    commonMain {
        dependencies {
            implementation 'co.touchlab:firestore:0.2.5'
        }
    }
}

You'll need to config both Android and iOS as you normally would for Firestore, but then you should be able to get the Firestore instance like this.

getFirebaseInstance()

Then you can do Firestore things.

Droidcon

See live example here

About

Firestore KMP Library

https://touchlab.co


Languages

Language:Objective-C 75.5%Language:Kotlin 21.2%Language:Swift 2.0%Language:Ruby 1.1%Language:Shell 0.1%