I have a firebase database and I need to make a query so that I search all of the "groups" for a specific value under "groupIDs", this will then allow me to retrieve the "group key" (eg KaejbPy6EBIGYEyu0S9), What i cant figure out is how to structure my query so that I target "groupIDs"
I am using Android Studio.
Thanks