Hi Rex, I'm having trouble with the firebase query function.
Here is the setup [plugin used]:
(action) [Query] 0. Create a new query for ref X
(action) [Query] 1. Order current query by Key
(action) [Firebase] Add received callback: "Tag" once for query [Query] (child added)
Here is the response [plugin used]:
(condition) [Firebase] On received "Tag"
(condition) [Query] LastData is null
I get the following popup error on during app startup before the app finishes loading:
"Assertion failure: Condition method appears to be missing, check ACE table names match script names."
Same error caused by
(condition) [Query] On received "Tag"
I have the FirebaseAPI plugin installed.
Also, I can't seem to find a way of receiving a reply from firebase if a text entry is missing. When there is data, [Firebase] On received "Tag" triggers a response, but not when it doesn't find a match. Any ideas?