I am currently on the free plan. I made a quiz app for a wedding this weekend. I am wondering how worried I should be about everything suddenly freezing up in the middle of my "Best Man" speech 😅
https://bryllups-quiz.netlify.app
https://github.com/kJAHsin/quiz_bryllup
Appreciate any insight or even better if somebody wants to test it out! Only 3 questions currently, and I'm not storing any email/password info.
Got some feedback that email/password is not the way to go, people might lose interest if it's too complicated to begin. Considered just having a <username> input, then appending something like "email.com" and just using the unique method from the ID class to create a password that would log them in behind the scenes. Definitely not any sort of distant cousin even to best practice, but this is a one-off quiz for a wedding.
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...