What solution do you use for safe api calls in your react native app? Do you use supabase, or api routes, vercel…? I would appreciate it if you could give me some suggestions or an advice what would be the easiest way but also best practice. 💪
2
0
0
136
0
For more context: I have different api calls to get weather data and based on them I calculate a score. The scores should be also saved somewhere.
Basically do it in the client isn’t safe enough though. That’s why I try to find a better solution.