Firebase record update error

Opened by clicking the left most button

Thanks, Yogi. But how do I see the script that gets generated that makes the actual firebase calls in the query so I can make these calls directly? The issue is that I already have a dozen queries defined that are only used in one place locally (like a submit button in a schema form) – I’d like to not litter my namespace/gui with these queries but just write the script directly. (As a feature request, maybe there could be a checkbox to make queries local so that their tabs only showed up when the owning component is selected.) Taking the article that Kent pointed to me above, for example, it would be alot easier to just be able to write the script call directly to write the firebase record out than have to write a separate query that gets used only by the bulk insert script and references unknown globals (that look like errors) that has the extra scope injected into it at runtime.