Expo React Native Env Vars
Hello,
Is it safe for the following to be public env vars in my expo react native app?
-
KINDE_ISSUER_URL
- KINDE_POST_CALLBACK_URL
- KINDE_POST_LOGOUT_REDIRECT_URL
- KINDE_CLIENT_ID
https://docs.expo.dev/guides/environment-variables/Expo Documentation
Environment variables in Expo
Learn how to use environment variables in an Expo project.
2 Replies
You shouldn´t get any privileges by knowing the Client ID so there´s no obvious reason why you shouldn´t
All these environment variables are public and ok so include.
Only only key's you should not share publically are ones which have the work "secret" in them. These should only be used on a backend service, expo does not fall within this category.
Only only key's you should not share publically are ones which have the work "secret" in them. These should only be used on a backend service, expo does not fall within this category.