Waxer59Original post
Web Developer
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.
Summary
Developers are discussing whether it's safe to use Appwrite directly on the client without an API layer in between. Concerns raised about exposing project ID. However, it is deemed safe by one developer to use it on the client side without an API in between.