MCPcopy Index your code
hub / github.com/angular/angularfire / createPushId

Method createPushId

src/compat/database/database.ts:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 createPushId() {
86 const ref = inject(NgZone).runOutsideAngular(() => this.database.ref());
87 return ref.push().key;
88 }
89
90}
91

Callers

nothing calls this directly

Calls 2

refMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected