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 5ff07dd commit 2b23355Copy full SHA for 2b23355
packages/app/src/public-types.ts
@@ -175,7 +175,8 @@ export interface FirebaseAppSettings {
175
*
176
* Configuration options given to {@link (initializeServerApp:1) | initializeServerApp()}
177
*/
178
-export interface FirebaseServerAppSettings extends Omit<FirebaseAppSettings, "name?"> {
+export interface FirebaseServerAppSettings
179
+ extends Omit<FirebaseAppSettings, 'name?'> {
180
/**
181
* An optional Auth ID token used to resume a signed in user session from a client
182
* runtime environment.
0 commit comments