Hello Appwrite and awsoome Appwrite's Users,
Please my question is above or not the standard support for appwrite product, but i do really need your insight and direction
in my project, i'm paring user together upon certain conditions, so right now i want to pair user who have clock-in into the app at least 5times a week (that is 7days) my goal is to pair active users with active users not active users with in-active users
please, how do i achieve this?
you could use a separate collection to store every user's clock in state. another is user prefs but performance would be much bettet with the former logic.
Recommended threads
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...