voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 417 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/installations](./installations.md) > [IdChangeUnsubscribeFn](./installations.idchangeunsubscribefn.md)
## IdChangeUnsubscribeFn type
Unsubscribe a callback function previously added via .
<b>Signature:</b>
```typescript
export declare type IdChangeUnsubscribeFn = () => void;
```