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

Function update

src/compat/database/object/create-reference.ts:16–16  ·  view source on GitHub ↗
(data: Partial<T>)

Source from the content-addressed store, hash-verified

14 );
15 },
16 update(data: Partial<T>) { return query.ref.update(data as any) as Promise<void>; },
17 set(data: T) { return query.ref.set(data) as Promise<void>; },
18 remove() { return query.ref.remove() as Promise<void>; },
19 valueChanges<T>() {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected