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

Method push

src/compat/database/interfaces.ts:15–15  ·  view source on GitHub ↗
(data: T)

Source from the content-addressed store, hash-verified

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>;
17}
18

Callers 15

ɵgetAllInstancesOfFunction · 0.80
ɵcacheInstanceFunction · 0.80
createPushIdMethod · 0.80
listChangesFunction · 0.80
changes.spec.tsFile · 0.80
createListReferenceFunction · 0.80
fromRef.spec.tsFile · 0.80
docChangesFunction · 0.80
patchGtagMethod · 0.80
spawnAsyncFunction · 0.80
deployToCloudRunFunction · 0.80
deployFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected