MCPcopy
hub / github.com/angular/angularfire / update

Method update

src/compat/database/interfaces.ts:13–13  ·  view source on GitHub ↗
(item: FirebaseOperation, data: Partial<T>)

Source from the content-addressed store, hash-verified

11 stateChanges(events?: ChildEvent[]): Observable<SnapshotAction<T>>;
12 auditTrail(events?: ChildEvent[]): Observable<SnapshotAction<T>[]>;
13 update(item: FirebaseOperation, data: Partial<T>): Promise<void>;
14 set(item: FirebaseOperation, data: T): Promise<void>;
15 push(data: T): firebase.database.ThenableReference;
16 remove(item?: FirebaseOperation): Promise<void>;

Callers 6

fromRef.spec.tsFile · 0.65
updateFunction · 0.65
delayUpdateFunction · 0.65
collection.spec.tsFile · 0.65
updateMethod · 0.65

Calls

no outgoing calls

Tested by 1

delayUpdateFunction · 0.52