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

Method delete

packages/firebase-installations/common.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2export interface IInstallations {
3 app: FirebaseApp;
4 delete(): Promise<void>;
5 getId(): Promise<string>;
6 getToken(forceRefresh?: boolean): Promise<string>;
7}

Callers 2

deleteMethod · 0.65
deleteMethod · 0.65

Implementers 3

Installationspackages/firebase-installations/index.
Installationspackages/firebase-installations/index.
Installationspackages/firebase-installations/index.

Calls

no outgoing calls

Tested by

no test coverage detected