Flutter FireStore: The method 'where' isn't defined for the type 'DocumentReference'
If I use the code, I can receive the data correctly. However, using .where, I get the error: The method 'where' isn't defined for the type 'DocumentReference'. Try correcting the name to the name of an existing method, or defining…