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

Method databaseURL

packages/firebase-core/index.ios.ts:124–126  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

122
123 _databaseURL: string;
124 set databaseURL(value) {
125 this._databaseURL = value;
126 }
127 get databaseURL(): string {
128 if (this._databaseURL) {
129 return this._databaseURL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected