firebase-installations
Toggle table of contents
2.2.0
js
Platform filter
js
Switch theme
Search in API
firebase-installations
firebase-installations
/
dev.gitlive.firebase.installations.externals
Package-level
declarations
Types
Functions
Types
Installations
Link copied to clipboard
js
external
interface
Installations
Functions
delete
Link copied to clipboard
js
external
fun
delete
(
installations
:
Installations
)
:
Promise
<
Unit
>
get
Id
Link copied to clipboard
js
external
fun
getId
(
installations
:
Installations
)
:
Promise
<
String
>
get
Installations
Link copied to clipboard
js
external
fun
getInstallations
(
app
:
FirebaseApp
?
=
definedExternally
)
:
Installations
get
Token
Link copied to clipboard
js
external
fun
getToken
(
installations
:
Installations
,
forceRefresh
:
Boolean
)
:
Promise
<
String
>