You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ease of development I decided we will use Convex for the database, and integrating it with Clerk, the authorization is really simple using one webhook which calls the database after signing in a new user with Clerk, so the data reflects automatically in the database.
Now I would like to update all the functions and screens using React Query calling the banckend to using Convex's hooks.
The text was updated successfully, but these errors were encountered:
For ease of development I decided we will use Convex for the database, and integrating it with Clerk, the authorization is really simple using one webhook which calls the database after signing in a new user with Clerk, so the data reflects automatically in the database.
Now I would like to update all the functions and screens using React Query calling the banckend to using Convex's hooks.
The text was updated successfully, but these errors were encountered: