Skip to content

Commit c93893b

Browse files
authored
Add null to databaseAuthVariableOverride (#926)
1 parent 488f931 commit c93893b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export type AppHook = (event: string, app: FirebaseApp) => void;
4747
*/
4848
export interface FirebaseAppOptions {
4949
credential?: Credential;
50-
databaseAuthVariableOverride?: object;
50+
databaseAuthVariableOverride?: object | null;
5151
databaseURL?: string;
5252
serviceAccountId?: string;
5353
storageBucket?: string;

0 commit comments

Comments
 (0)