
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
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
