File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ interface ExtendedFirestoreInstance extends FirestoreTypes.FirebaseFirestore {
486
486
* transaction.
487
487
* @see https://github.com/prescottprue/redux-firestore#runtransaction
488
488
*/
489
- runTransaction : typeof firebase . firestore . Firestore . runTransaction
489
+ runTransaction : typeof FirestoreTypes . FirebaseFirestore . prototype . runTransaction
490
490
491
491
/**
492
492
* Sets a listener within redux-firestore
@@ -678,8 +678,8 @@ interface ExtendedAuthInstance {
678
678
*/
679
679
updateAuth : (
680
680
authUpdate : {
681
- displayName : string | null
682
- photoURL : string | null
681
+ displayName ? : string | null
682
+ photoURL ? : string | null
683
683
} ,
684
684
updateInProfile ?: boolean
685
685
) => Promise < void >
You can’t perform that action at this time.
0 commit comments