Thank you for your response.
I apologize for asking so many basic questions due to my lack of knowledge.
I will look into how to use Firebase with Construct.
Regarding JSON, I have a question.
When I added variables to JSON as shown in the example you provided, the numbers all turned into 0.
Specifically, it looks like this:
json
{"score_table":{"id":1,"position_x":"0","position_y":"0","boss_counter":"0"}}
All values after id are written as 0.
However, the variable position_x is not actually 0.
I confirmed that a number was correctly assigned to position_x at the stage when it was being set into the JSON.
Yet, it still appears as 0 in the JSON output.
Additionally, username (String type) is not written in the JSON either.
Do you know what might be causing this?
Thank you as always!