Skip to content
Discussion options

You must be logged in to vote

You don't. Those are sensitive server-side values you absolutely do not want in your client-side mobile app. Anything sensitive like that will be stored on a server and accessed indirectly through safely exposed APIs. If you absolutely must store client-side secrets (such as an encryption key) you'll need to explore advanced mobile security features, like those in Identity Vault.

However, if you have non-sensitive secrets you want to build into your app, your framework of choice, such as React, should have the ability to pull in env vars through the features available in your build setup. I would consult that framework's docs for more info on that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@taylorhlabs
Comment options

Answer selected by taylorhlabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants