Firebase Cloud Vision

When I want to use Google Cloud Vision with Expo, Can I use Firebase as follows without ejecting Expo: https://docs.expo.io/versions/latest/guides/using-firebase

Or do I need to call Cloud Vision as in done in the following example: https://github.com/expo/google-vision-expo-test

And how can I keep my API key safe so it won’t be used by other people outside the app?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.