Firebase

data class Firebase(val id: String) : Subscription.DeviceIdentifier

Device identifier for receiving push notifications using the Firebase Cloud Messaging library.

The actual id must be retrieved using the proper API of the FCM library.

Constructors

Link copied to clipboard
fun Firebase(id: String)

Properties

Link copied to clipboard
open override val id: String

Identifier of the running device.