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

Method databaseURL

packages/firebase-core/index.android.ts:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66 _databaseURL: string;
67 get databaseURL(): string {
68 if (this._databaseURL) {
69 return this._databaseURL;
70 }
71 return this.native?.getDatabaseUrl?.();
72 }
73
74 _googleAppId: string;
75 set googleAppId(value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected