MCPcopy Index your code
hub / github.com/NativeScript/firebase / ref

Method ref

packages/firebase-database/index.android.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 get ref(): Reference {
165 return Reference.fromNative(this.native.getRef());
166 }
167
168 endAt(value: string | number | boolean, key?: string): Query {
169 if (key) {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected