MCPcopy Create free account
hub / github.com/NativeScript/firebase / ios

Method ios

packages/firebase-database/index.ios.ts:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 }
203
204 get ios() {
205 return this.native;
206 }
207
208 get ref(): Reference {
209 return Reference.fromNative(this.native.ref);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected