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 5c5f85d commit 2f7a5fdCopy full SHA for 2f7a5fd
packages/app/lib/internal/web/firebaseInstallations.d.ts
@@ -38,7 +38,7 @@ export function getId(installations: Installations): Promise<string>;
38
export function onIdChange(
39
installations: Installations,
40
observer: (installationId: string) => void,
41
- onError?: (error: Error) => void
+ onError?: (error: Error) => void,
42
): Unsubscribe;
43
44
// makeIDBAvailable function - makes IndexedDB available in environments that don't have it
0 commit comments