voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 454 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/installations](./installations.md) > [IdChangeCallbackFn](./installations.idchangecallbackfn.md)
## IdChangeCallbackFn type
An user defined callback function that gets called when Installations ID changes.
<b>Signature:</b>
```typescript
export declare type IdChangeCallbackFn = (installationId: string) => void;
```