I am building an app in react-native in which it is necessary to translate texts dynamically, but it has not even been necessary to implement a backend, since everything is done directly from the app.
I want to implement the google cloud translate API, but I don't know if I need to implement a backend for this or if I can consume it directly from react-native.
The problem is that I need to use the API_KEY in the endpoints and I don't know how dangerous it could be to do this directly from react-native, of course the API_KEY value is stored in it .env
What can you recommend? Thanks so much