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

Method options

packages/firebase-core/index.ios.ts:217–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 get options() {
218 if (!this._options) {
219 this._options = FirebaseOptions.fromNative(this._native);
220 }
221 return this._options;
222 }
223
224 delete() {
225 return new Promise<void>((resolve, reject) => {

Callers 1

createShortLinkMethod · 0.45

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected