
I have a quiz app that I am building for a wedding this weekend.
I have everything set up with auth and adding users to the db.
The next (and final, I think) step will be to collect the user's email and score when they complete the quiz, then appending that to my "scores" collection in the scoresList document as a part of the string array.
I just started playing with this this weekend, so please forgive my NOOBness

thinking to append each new completed user's information into this array
and concat two values together: <user.email>_<user.score>
felt like that was easier than having a new document for each user, then trying to sort those
Recommended threads
- Invalid `success` param
Hi again, I've tried to set up the login process. However, I always get the message: `Invalid success param: URL host must be one of: localhost, xxx` I've alr...
- Is it possible to have multiple smtp on ...
I already have one in one project but is it possible to use different one in another?
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
