I have a problem with filtering the orders in my store. He does not appear in the listview. How can the user who ordered from my
store appear? I am creating a multi-vendor app using the Firebase database. thank you
I have a problem with filtering the orders in my store. He does not appear in the listview. How can the user who ordered from my
store appear? I am creating a multi-vendor app using the Firebase database. thank you
I already Query the list of documents to the Listview and filter it to user>Array Contains>user Ref.
and it didn't work. how to fix this? thanks