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

Method options

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

Source from the content-addressed store, hash-verified

146 }
147
148 get options() {
149 if (!this._options) {
150 return FirebaseOptions.fromNative(this._native);
151 }
152 }
153
154 delete() {
155 return new Promise<void>((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected