Answers for "search a string from an array in firestore"

0

search a string from an array in firestore

Firestore.instance.collection('save')
.where('fav', arrayContains: '[email protected]').snapshots()
Posted by: Guest on August-16-2021

Code answers related to "search a string from an array in firestore"

Browse Popular Code Answers by Language