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
Well done 🎉
The files structure is well organised and really great use of supabase api!
I also spotted that you handled the errors - very impressive the way you handled the errors with try, catch and finally.
It would be even better if we can send some meaningful error messages when we handle them in some places.
e.g. throw new Error('User not exist')
It's a good way of informing other developers for example, when they use apis you created.
In some cases we also could render error page for better UX.
The text was updated successfully, but these errors were encountered:
Well done 🎉
The files structure is well organised and really great use of supabase api!
I also spotted that you handled the errors - very impressive the way you handled the errors with try, catch and finally.
It would be even better if we can send some meaningful error messages when we handle them in some places.
e.g.
throw new Error('User not exist')
It's a good way of informing other developers for example, when they use apis you created.
In some cases we also could render error page for better UX.
The text was updated successfully, but these errors were encountered: