Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ id
Method
id
packages/firebase-firestore/index.android.ts:846–848 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
844
}
845
846
get id(): string {
847
return
this.native.getId();
848
}
849
850
get parent() {
851
return
CollectionReference.fromNative(this.native.getParent());
Callers
nothing calls this directly
Calls
1
getId
Method · 0.65
Tested by
no test coverage detected