File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,6 @@ export interface ReduxFirestoreQuerySetting {
443
443
* @see https://github.com/prescottprue/redux-firestore#where
444
444
*/
445
445
where ?: WhereOptions | WhereOptions [ ]
446
- endBefore ?: FirestoreTypes . DocumentSnapshot | any | any [ ]
447
446
/**
448
447
* @see https://github.com/prescottprue/redux-firestore#orderby
449
448
*/
@@ -713,7 +712,7 @@ interface ExtendedAuthInstance {
713
712
* @param credential - The auth credential
714
713
* @see https://react-redux-firebase.com/docs/api/firebaseInstance.html#reloadauth
715
714
*/
716
- reloadAuth : ( credential ?: firebase . auth . AuthCredential | any ) => Promise < void >
715
+ reloadAuth : ( credential ?: AuthTypes . AuthCredential | any ) => Promise < void >
717
716
718
717
/**
719
718
* Links the user account with the given credentials. Internally
@@ -1117,7 +1116,7 @@ interface ReactReduxFirebaseConfig {
1117
1116
fileMetadataFactory ?: (
1118
1117
uploadRes : StorageTypes . UploadTaskSnapshot ,
1119
1118
firebase : WithFirebaseProps < ProfileType > [ 'firebase' ] ,
1120
- metadata : StorageTypes . UploadTaskSnapshot . metadata ,
1119
+ metadata : StorageTypes . FullMetadata ,
1121
1120
downloadURL : string
1122
1121
) => object
1123
1122
}
You can’t perform that action at this time.
0 commit comments