Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ ref
Method
ref
packages/firebase-firestore/index.ios.ts:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
get ref(): DocumentReference {
301
return
DocumentReference.fromNative(this.native.reference);
302
}
303
304
data() {
305
return
deserializeField(this.native.data());
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected