Firebase

class Firebase

A Firebase client facade to send notifications.

Types

Link copied to clipboard
object Companion

A factory for creating instances of Firebase.

Link copied to clipboard
data class Configuration(val serviceAccountFilePath: String)

Configuration for the Firebase client.

Functions

Link copied to clipboard
fun sendMessage(token: <Error class: unknown class>, notificationMessage: NotificationMessage): <Error class: unknown class>

Sends the given notificationMessage using the specified token.