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 dfd10c0 commit 8140dbdCopy full SHA for 8140dbd
packages-exp/installations-compat/src/installationsCompat.ts
@@ -28,11 +28,9 @@ import {
28
} from '@firebase/installations-exp';
29
30
export class InstallationsCompat
31
- implements FirebaseInstallationsCompat, _FirebaseService {
32
- constructor(
33
- public app: FirebaseApp,
34
- readonly _delegate: Installations
35
- ) {}
+ implements FirebaseInstallationsCompat, _FirebaseService
+{
+ constructor(public app: FirebaseApp, readonly _delegate: Installations) {}
36
37
getId(): Promise<string> {
38
return getId(this._delegate);
0 commit comments