Firebase – How to Retrieve Firestore Documents with a Specific Hashmap Field Value?
--- Users (Collection) | --- p0A1fXH4l2TpvGE2lo0x | --- List (HashMap) | --- ID (String) (Value: UQx4CWRgnVLOdKEY3AKJ) --- NAME (String) (Value: ...) In Firestore, how can I find the documents that have a list ID equal to UQx4CWRgnVLOdKEY3AKJ? Before deleting the…