Answers for "firestore find by part of string"

0

firestore find by part of string

collection("collectionPath").
    where("searchTermsArray", "array-contains", "term").get()
Posted by: Guest on September-27-2021

Code answers related to "firestore find by part of string"

Browse Popular Code Answers by Language