Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
export
interface
IInstallations {
3
app: FirebaseApp;
4
delete(): Promise<void>;
5
getId(): Promise<string>;
6
getToken(forceRefresh?: boolean): Promise<string>;
7
}
Callers
2
delete
Method · 0.65
delete
Method · 0.65
Implementers
3
Installations
packages/firebase-installations/index.
Installations
packages/firebase-installations/index.
Installations
packages/firebase-installations/index.
Calls
no outgoing calls
Tested by
no test coverage detected