I am trying to read variables out of a firebase realtime database. I have never worked with a database that isnt SQL based. I am using the firebase get a variable from the database action. Image 1
the database is structured followingly: Image 2
The result I am hoping for is to get the value of Won from the database in the first action, save it into a variable and add it onto the string below and do the same with Played.
As I have already said, I have no idea how this type of database works and my structuring of it might be wrong. Just in case here is a screenshot of the structure, it is very simple, so I hope I didnt mess it up, thatd be embarassing:
Image 3
And here is a capture of the error message:
Image 4
Here are the screenshots, combined and seperated by a white border, because I cant add more than one image:
Thank you very much for any help
-M