Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ref
Method · 0.80
push
Method · 0.80
Tested by
no test coverage detected