MCPcopy Create free account
hub / github.com/NativeScript/firebase / onDisconnect

Method onDisconnect

packages/firebase-database/index.android.ts:404–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 }
403
404 onDisconnect(): OnDisconnect {
405 return OnDisconnect.fromNative(this.native.onDisconnect());
406 }
407
408 push(value?: any, onComplete?: () => void): ThenableReference {
409 const id = this.native.push();

Callers

nothing calls this directly

Calls 2

onDisconnectMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected