Database Structure

Hi Carlos,

This was the post where I explained how to use all these blocks:
https://community.kodular.io/t/data-is-not-being-written-to-firebase/300898/4?u=rayzzz

It seems that your data structure isn’t consistent.
Inside uid, you either have a value like "xyz34" or a dictionary.

It should look like this, correct?

"users": {
  "xyz34": {
    "image": "image",
    "email": "email@email.com",
    "name": "xpto"
  }
}

If that’s the case, you would just need to add the new uid node to the GetValue and GotValue.