File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1408,7 +1408,7 @@ declare namespace firebase.app {
1408
1408
*/
1409
1409
storage ( url ?: string ) : firebase . storage . Storage ;
1410
1410
firestore ( ) : firebase . firestore . Firestore ;
1411
- functions ( region ?: string ) : firebase . functions . Functions ;
1411
+ functions ( regionOrCustomDomain ?: string ) : firebase . functions . Functions ;
1412
1412
/**
1413
1413
* Gets the {@link firebase.performance.Performance `Performance`} service for the
1414
1414
* current app. If the current app is not the default one, throws an error.
@@ -9172,9 +9172,9 @@ declare namespace firebase.firestore {
9172
9172
* `exists` property will always be true and `data()` will never return
9173
9173
* 'undefined'.
9174
9174
*/
9175
- export class QueryDocumentSnapshot < T = DocumentData > extends DocumentSnapshot <
9176
- T
9177
- > {
9175
+ export class QueryDocumentSnapshot <
9176
+ T = DocumentData
9177
+ > extends DocumentSnapshot < T > {
9178
9178
private constructor ( ) ;
9179
9179
9180
9180
/**
You can’t perform that action at this time.
0 commit comments