How to inlcude an “AND” (&&) clause in a firebase query
Within my angular app I am querrying all messages that come from a particular student. I would like to change the
query to include messages from a particular test. I am not sure about the exact syntax for this. The query below is what I have so far