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

Method update

packages/firebase-database/common.ts:50–50  ·  view source on GitHub ↗
(values: { [key: string]: any }, onComplete?: undefined | ((error: FirebaseError | null) => void))

Source from the content-addressed store, hash-verified

48 setWithPriority(newVal: any, newPriority: string | number | null, onComplete?: undefined | ((error: FirebaseError | null) => void)): Promise<void>;
49 transaction(transactionUpdate: (currentData: object) => object | undefined, onComplete?: undefined | ((error: FirebaseError | null, committed: boolean, finalResult: IDataSnapshot) => void), applyLocally?: undefined | false | true): Promise<TransactionResult>;
50 update(values: { [key: string]: any }, onComplete?: undefined | ((error: FirebaseError | null) => void)): Promise<void>;
51}
52
53export interface IDataSnapshot {

Callers 4

updateMethod · 0.65
updateMethod · 0.65
invalid_field_pathMethod · 0.65
issue_139Method · 0.65

Implementers 3

Referencepackages/firebase-database/index.andro
Referencepackages/firebase-database/index.ios.t
Referencepackages/firebase-database/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected