Is it okay to expose api endpoint, project id and db ids on client side for a production web application or is there any other way to handle those securely.
TL;DR
Developers are discussing whether it's safe to expose API endpoints, project IDs, and database IDs on the client side for a production web app. They are seeking advice on handling these variables securely. The general consensus is to avoid exposing sensitive information on the client side and instead handle them securely using environment variables or server-side configurations.