hello, I would like to protect some private information from firebase ( firebaseConfig ) for web, is there any feature in Jserver that helps to protect information like: apiKey, authDomain, databaseURL, projectId and the like?
using NodeJs , you can use environment variables (.env) to secure this information. is there any solution for b4j ?
using NodeJs , you can use environment variables (.env) to secure this information. is there any solution for b4j ?