
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
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- 404 error when navigating to the team fr...
the version i m running is `1.7.4` as far as i can tell everything is working fine except for this weird bug in the video. when monitoring the appwrite and app...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
