Hello. I am having a difficult time while using cloud and stored variables .
I’ve configured Firebase DB in my project, so I am able to authenticate and to use FirebaseDB (get and set FB variables).
However, for some reason when I use a cloud variable or an stored variable on my applicacion, app seems to stop executing the block (and the next blocks in the same event) after any reference to cloud or stored variables.
I remixed Gram example with the hope that I were doing something wrong in my code, but it still doesn’t work. If I remove all references to Cloud and local variables in the blocks then everything seems to work fine
This happens on both iOS and Android, and the original Gram code runs fine on “preview”, but not when I remix it
Any hints?