Is there away to perform a select * from foo where bar in ('a', 'b', 'c')
query in Firebase FireStore?
I have a list of external ID's and I would like to find the documents and internal ID's for this list.
Is there away to perform a select * from foo where bar in ('a', 'b', 'c')
query in Firebase FireStore?
I have a list of external ID's and I would like to find the documents and internal ID's for this list.