Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-firestore/index.ios.ts:271–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
get ios() {
272
return
this.native;
273
}
274
}
275
276
export
class
DocumentSnapshot<T extends DocumentData = DocumentData> implements IDocumentSnapshot<T> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected