
Hi!, I am building an app with appwrite which has user registration and users will have to be authenticated to use it, my question is that if it would be safe to use appwrite directly on the client or use an API in between to interact with appwrite because when using it on the client the project id would be exposed to the user.

yeah it's safe to use it in client side. no need for API in between

Wouldn't it be a problem for the user to have access to the project id? , since using it in the client would expose it and anyone could access it
Recommended threads
- I am from India and i am getting problem...
I am from India and i am getting problem in billing in to appwrite after so much of my hardwork in working with its functionalities including appwrite functions...
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
