We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc14f5c commit 83aacd8Copy full SHA for 83aacd8
packages/firebase/index.d.ts
@@ -1340,7 +1340,7 @@ declare namespace firebase.installations {
1340
*
1341
* @return Firebase Installation Authentication Token
1342
*/
1343
- getToken(): Promise<string>;
+ getToken(forceRefresh?: boolean): Promise<string>;
1344
1345
/**
1346
* Deletes the Firebase Installation and all associated data.
packages/installations-types/index.d.ts
@@ -31,7 +31,7 @@ export interface FirebaseInstallations {
31
32
33
34
35
36
37
0 commit comments