Firebase

data class Firebase(id: String) : Webcom.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

Firebase
Link copied to clipboard
fun Firebase(id: String)

Properties

id
Link copied to clipboard
open override val id: String

Identifier of the running device.