Skip to content

Commit 9e441ca

Browse files
bmass02hiranya911
authored andcommitted
Updated types to include potential for other keys in AppOptions. (#148)
* Updated types to include potential for other keys in AppOptions. * Removing authDomain from AppOptions.
1 parent 89e77b2 commit 9e441ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ declare namespace admin {
4747
databaseAuthVariableOverride?: Object;
4848
databaseURL?: string;
4949
storageBucket?: string;
50+
projectId?: string;
5051
}
5152

5253
var SDK_VERSION: string;

0 commit comments

Comments
 (0)