Hi everyone,
Can anyone help me how to update the score a person got in a quiz, with his name and score in database collection.
I tried it but both the name and score are coming seperately.
Hi everyone,
Can anyone help me how to update the score a person got in a quiz, with his name and score in database collection.
I tried it but both the name and score are coming seperately.
If the score is a Number field on User’s database you can do like this
On your button or when the user arrives on the final score screen create this action :
Update > Logged in user > Score (the number field)
On the field add a magic text with CURRENT USER>SCORE + xxx
So, the databse use current score and add a number to it. I’m not english native so if you want and if you want I can provide screenshots
Could you please attach a screenshot for a better understanding!
Thank you