Reputation: 312
I want my data in the database to look like this
>key
-val1
-val2
-val3
> val_key
- val4.1
- val4.2
I have added the values val1, val2,val3
using the set()
but I cannot seem to figure out a way to create a key val_key
as a child to the key
. Please help.
Upvotes: 0
Views: 165