Closed
Description
In version 3.7.0 ExtendedFirestoreInstance
used to extend FirestoreStatics
.
Now in new 3.8.0 this extend was removed so the instance of useFirestore()
which is a type of ExtendedFirestoreInstance
doesn't have props of FirestoreStatics
.
Because of this problem I cannot for example use prop FieldValue
which exists on FirestoreStatics
.