44
55``` ts
66
7+ /// <reference types = " node" />
8+
79import { Agent } from ' http' ;
810import { Bucket } from ' @google-cloud/storage' ;
911import { FirebaseDatabase } from ' @firebase/database-types' ;
@@ -27,6 +29,8 @@ export namespace app {
2729 // (undocumented)
2830 firestore(): firestore .Firestore ;
2931 // (undocumented)
32+ installations(): installations .Installations ;
33+ // @deprecated (undocumented)
3034 instanceId(): instanceId .InstanceId ;
3135 // (undocumented)
3236 machineLearning(): machineLearning .MachineLearning ;
@@ -52,6 +56,10 @@ export namespace appCheck {
5256 export type AppCheck = AppCheck ;
5357 // Warning: (ae-forgotten-export) The symbol "AppCheckToken" needs to be exported by the entry point default-namespace.d.ts
5458 export type AppCheckToken = AppCheckToken ;
59+ // Warning: (ae-forgotten-export) The symbol "AppCheckTokenOptions" needs to be exported by the entry point default-namespace.d.ts
60+ //
61+ // (undocumented)
62+ export type AppCheckTokenOptions = AppCheckTokenOptions ;
5563 // Warning: (ae-forgotten-export) The symbol "DecodedAppCheckToken" needs to be exported by the entry point default-namespace.d.ts
5664 export type DecodedAppCheckToken = DecodedAppCheckToken ;
5765 // Warning: (ae-forgotten-export) The symbol "VerifyAppCheckTokenResponse" needs to be exported by the entry point default-namespace.d.ts
@@ -271,6 +279,15 @@ export interface GoogleOAuthAccessToken {
271279// @public (undocumented)
272280export function initializeApp(options ? : AppOptions , name ? : string ): app .App ;
273281
282+ // @public
283+ export function installations(app ? : App ): installations .Installations ;
284+
285+ // @public (undocumented)
286+ export namespace installations {
287+ // Warning: (ae-forgotten-export) The symbol "Installations" needs to be exported by the entry point default-namespace.d.ts
288+ export type Installations = Installations ;
289+ }
290+
274291// @public
275292export function instanceId(app ? : App ): instanceId .InstanceId ;
276293
@@ -473,5 +490,4 @@ export namespace storage {
473490 export type Storage = Storage ;
474491}
475492
476-
477493```
0 commit comments