Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for runtime configuration #31

Open
radupurdea opened this issue May 21, 2021 · 0 comments
Open

Support for runtime configuration #31

radupurdea opened this issue May 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@radupurdea
Copy link

Currently, the configuration sent to Intercom is done on the plugin load method. This is an issue if you do not have the keys at build time, or hardcoding them anywhere is not desired.

It would be good if the configuration could be sent at runtime, for example exposing a loadConfiguration plugin method that accepts the Intercom configuration, and would just set the Api key.

The existing load method would ignore the apiKey if not present in the capacitor.config.json.

@stewones stewones added the enhancement New feature or request label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants