Is it possible to use .equalTo() with a list of values?
this is my database structure
Posts:{postID(key), posterID, description}
Let's say i want to get the records that have postID_A and postID_B. Is there a way to pass a list of keys in the .equalTo() and get all records that match the keys from the list instead of fetching one record then fetch the second one etc?