voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
25 lines (14 loc) • 731 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/installations](./installations.md) > [getInstallations](./installations.getinstallations.md)
## getInstallations() function
Returns an instance of FirebaseInstallations associated with the given FirebaseApp instance.
<b>Signature:</b>
```typescript
export declare function getInstallations(app?: FirebaseApp): FirebaseInstallations;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| app | [FirebaseApp](./app.firebaseapp.md) | The <code>FirebaseApp</code> instance. |
<b>Returns:</b>
[FirebaseInstallations](./installations.firebaseinstallations.md)