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

Method ref

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

Source from the content-addressed store, hash-verified

206 }
207
208 get ref(): Reference {
209 return Reference.fromNative(this.native.ref);
210 }
211
212 endAt(value: string | number | boolean, key?: string): Query {
213 if (key) {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected