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

Method delete

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

Source from the content-addressed store, hash-verified

152 }
153
154 delete() {
155 return new Promise<void>((resolve, reject) => {
156 firebaseApps.delete(this.native.getName());
157 this.native.delete();
158 resolve();
159 });
160 }
161
162 get apps() {
163 const apps = [];

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected