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 60ab3ec commit d9beaa6Copy full SHA for d9beaa6
packages-exp/installations-exp/src/api/on-id-change.ts
@@ -26,7 +26,7 @@ import { FirebaseInstallations } from '@firebase/installations-types-exp';
26
*/
27
export type IdChangeCallbackFn = (installationId: string) => void;
28
/**
29
- * An unsubscribe function that will remove the onIdChange callback when called.
+ * Unsubscribe a callback function previously added via {@link #IdChangeCallbackFn}.
30
*
31
* @public
32
0 commit comments