Mirkan
Jul 3, 2022

--

if (value is DocumentReference) {

return Firestore.instance.document(value.path);

What's the point of creating document reference when you have the document reference here?

--

--

No responses yet