It doesn’t seem to work ONLY when a Filter is applied, meaning if I filter by the hero variable, it doesn’t load. Anyone else get this problem?
I’ve found that using a ‘Where’ query directly in the document path sometimes works more reliably than the standard filter actions, but it’s definitely a bug that needs fixing.
Thanks. No way to do it within GD itself?
That’s strange. Double-check that your ‘hero’ variable is definitely a string or number and not being passed as an object. Also, make sure you have the .indexOn rule set up in your Firebase Realtime Database rules for that specific key. Firebase is pretty strict about filtering on unindexed data!
