Okay, so Ive tried to follow along the Web API tutorial video here; How to use the Thunkable Web API Component - YouTube
I want to apply it, to the Firebase Realtime DB, and access it through Web API, since there doesnt seem to be a component for editing my database in the thunkable X, even though i see it mentioned a lot around here. (please correct me if im wrong).
Anyway, i setup a Web API component like so, but i might be wrong here. I only added the URL, i’m not sure if i should add anything more? I know there is a API key in firebase somewhere, but im not sure if it should go the settings somewhere
And then i created this code block,
And this is how my database JSON structure is looking.
Also, i set my rules to true, so they are always open, and AFAIK should not need authentication.
When i click the button in the live web thingy, the screen just flashes out of existence, never to be seen again, so i have no idea what the problem is