The records at the computed location are a collection of key-value pairs where the values are booleans. Regardless if I use true/false in the equal-to, no data is returned. However, if I remove order-by-value, equal-to, and order-by-value-type, I get all records at that location.
Similar to https://github.com/GoogleWebComponents/firebase-element/issues/89, but for booleans rather than numbers. Setting the
orderByValueType
toboolean
did not work.The records at the computed location are a collection of key-value pairs where the values are booleans. Regardless if I use true/false in the
equal-to
, no data is returned. However, if I removeorder-by-value
,equal-to
, andorder-by-value-type
, I get all records at that location.