firebase-database
Toggle table of contents
2.2.0
js
Platform filter
js
Switch theme
Search in API
firebase-database
firebase-database
/
dev.gitlive.firebase.database.externals
/
OnDisconnect
On
Disconnect
js
external
interface
OnDisconnect
Members
Functions
cancel
Link copied to clipboard
js
abstract
fun
cancel
(
)
:
Promise
<
Unit
>
remove
Link copied to clipboard
js
abstract
fun
remove
(
)
:
Promise
<
Unit
>
set
Link copied to clipboard
js
abstract
fun
set
(
value
:
Any
?
)
:
Promise
<
Unit
>
update
Link copied to clipboard
js
abstract
fun
update
(
value
:
Any
)
:
Promise
<
Unit
>