MCPcopy Index your code
hub / github.com/NativeScript/firebase / then

Method then

packages/firebase-database/index.android.ts:561–563  ·  view source on GitHub ↗
(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>)

Source from the content-addressed store, hash-verified

559 throw new Error('Method not implemented.');
560 }
561 then<TResult1 = any, TResult2 = never>(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>): PromiseLike<TResult1 | TResult2> {
562 throw new Error('Method not implemented.');
563 }
564}
565
566export class DataSnapshot implements IDataSnapshot {

Callers 1

pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected