update carton
This commit is contained in:
@@ -91,6 +91,7 @@ class DeliveryAddressModel extends BaseModel {
|
||||
.collection('users')
|
||||
.document("$userID")
|
||||
.collection("$path")
|
||||
.orderBy("full_name")
|
||||
.getDocuments();
|
||||
return querySnap.documents
|
||||
.map((e) => DeliveryAddress.fromMap(e.data, e.documentID))
|
||||
|
||||
Reference in New Issue
Block a user