Hi I'm about to finish a React-Native App, but I'm concerned about the security side of the application.
I have developed and tested my app with the @react-native-firebase library, but in all this time I have not create an .env file but I'm not sure if this libraries take care of it or if I have to create it.
Also, how am I sure that all my keys are not exposed, should I use react-native-dotenv? if so, where should I use it?
Thanks in advance.