Add sensitive values to plugin configuration and build with eas-cli

Please provide the following:

  1. SDK Version:
    45
  2. Platforms(Android/iOS/web/all):
    All
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hey Guys,
I recently implemented react-native-fbsdk-next for Facebook authentication in my app, but I’m having trouble trying to hide sensitive values on it’s plugin configuration.
What I did so far was to store those values in a .env file, install the dotenv library and import it on top of app.config.js.
Everything works fine prebuilding the project locally but every time I try to build with eas-cli, I get an error that the appId (One of the propertys for plugin configuration) is missing.
I created a secret for those values in my project configuration through expo dashboard site and expected it to work but the error persisted.
Is it possible to hide sensitive values for plugin configuration or I’ll need to expose them ?

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