Is it safe for the following to be public env vars in my expo react native app?
-
KINDE_ISSUER_URL
KINDE_ISSUER_URL
-
KINDE_POST_CALLBACK_URL
KINDE_POST_CALLBACK_URL
-
KINDE_POST_LOGOUT_REDIRECT_URL
KINDE_POST_LOGOUT_REDIRECT_URL
-
KINDE_CLIENT_ID
KINDE_CLIENT_ID
Do not store sensitive info, such as private keys, in EXPO_PUBLIC_ variables. These variables will be visible in plain-text in your compiled application.
Do not store sensitive info, such as private keys, in EXPO_PUBLIC_ variables. These variables will be visible in plain-text in your compiled application.