capacitor-community / capacitor-community/intercom

Support for runtime configuration

Open
#31 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
70
Forks
82
PR merge metrics
No merged PRs in 30d

Description

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`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.