I want to save data like this in firebase :
The manual saved value Got as :
This is needed below and got by manual saved.
Do It Result: {"Designation":"Media Prabhari","State":"Uttar Pradesh","City":"Ka","District":"Bshahr","Name":"Harsh Vardhan Solanki","Password":"Hars"}
and I Try with dictionary block like this :
And Got value like this :
Do It Result: {"8xxxxxx9x":{"Name":"Harsh Vardhan Solanki","Password":"Hars","Designation":"","District":"","City":"","State":""}}
Information are try to hidden but showing clearly what i am trying to achieve.
I don’t really understand what do you mean, but I think that your problem is that it returns JSON as a dictionary?
First Block is for decoding the JSON output to dictionary.
@HarshVardhanSolanki try doing my above response.
TIMAI2
September 22, 2024, 8:34am
6
Use the web component:
INTRO
UPDATE (APR 2022)
Google appear to have recently updated the realtime database, can't find any release notes about the changes that affect this guide. Everything should still work, but the returns in responseContent may be slightly different,...
otherwise you would need to send each key:value separately using the firebase component.
I already handle that my friend I want to store my data as in my first post's Firebase panel Image.
I cannot understand it, Please get me my fix Tim Ji
TIMAI2:
using a dictionary:
How to save multiple in Json, I am not understand json help me to store more than one tag and value.
TIMAI2
September 22, 2024, 9:15am
11
See where I used a dictionary in the post above.
when is the do it result block shown