Register with Firebase

Hello to Everyone,

I have no knowledge about software, but I am trying to create games as a hobby. I’m stuck on creating player information using Firebase. Can you help me correct what is wrong with the structure? I can’t proceed because I can’t create a player account. Thanks in advance,

you’re adding the value of an array (which will always return 0) to the variable “tempplayerprofile” instead of the contents of the array. try appending all variables of one array to the other and write that to firebase. caveat: firebase is weird about writing arrays/structures and may not store them in a way that makes sense with gdevelop. you’ll have to use the debugger to see how it’s storing the retrieved data in local storage