Answers for "how to search for a nested value using where firestore"

0

how to search for a nested value using where firestore

uid = 'user4';
collectionQuery = collectionReference.where(`members.${uid}.active`,"==", true);
Posted by: Guest on October-28-2020

Code answers related to "how to search for a nested value using where firestore"

Browse Popular Code Answers by Language