I'm using the Google OAuth login in my app, and want to run a function on each user creation. But as of now, it's not possible due to a bug (ref). My main plan is to create a document under the "Users" collection on each user creation. So can anyone think of any alternative/workaround to it?
Trigger on session creation and check if it's an oauth session and then try to fetch the document to see if it already exists. If not, create it
[SOLVED] alternative to users.*.create function event with OAuth login?
Recommended threads
- Realtime fails to connect/reconnect
I have been having trouble with my appwrite realtime connection for a few days now. Before the code that was working fine now is giving failed to connect errors
- How to stop my project from being frozen...
So we encountered an error in production because our appwrite project had been frozen due to inactivity. Is there any way of automating checking in and activity
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...