Suppose I have a table like:
id Model Color
------ -------- ----------
1 Ford yellow
2 Ford green
3 Ford red
4 Ford yellow
5 Subaru yellow
6 Fiat red
I need to make a query, which returns me every car's color in list, except for fiat car. How to implement this query using firebase query standards?