All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.dev.gitlive.firebase.installations.externals.installations.kt Maven / Gradle / Ivy

Go to download

The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.

There is a newer version: 2.1.0
Show newest version
@file:JsModule("firebase/installations")
@file:JsNonModule

package dev.gitlive.firebase.installations.externals

import dev.gitlive.firebase.externals.FirebaseApp
import kotlin.js.Promise

external fun delete(installations: Installations): Promise

external fun getId(installations: Installations): Promise

external fun getInstallations(app: FirebaseApp? = definedExternally): Installations

external fun getToken(installations: Installations, forceRefresh: Boolean): Promise

external interface Installations




© 2015 - 2024 Weber Informatics LLC | Privacy Policy