_AssertionError ('package:cloud_firestore/src/firestore.dart': Failed assertion: line 176 pos 7: 'isValidDocumentPath(documentPath)': a document path must point to a valid document.)
As I undarstand Firebase path must have even number of directions
ex: /users/$uid/userdata/userdata - OK
/users/$uid/userdata -Error