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
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- How to change "collection Id" to "collec...