I generate from Firebase a JSON List of my records (I had to use the Firebase admin SDK because I am not getting all the records using the FF Firebase Query builder, despite raising the issue to FF Support).
However, I still need to filter the JSONList (which I persist as an AppState).
I set the field to filter on using the JSON Path, the value of which should be a string
.
However, when I want to filter by those values where playlistId
== string
, I can't, because it doesn't recognize the type of the JSON Path as string
.