Plugin configuration also on web

Hi I have followed the guide on adding capacitor configuration values this is just what I needed…

I did stumble upon the depreciation of getConfigValue() for iOS… Maybe you need to update the documentation?
But I am missing the configurations/settings running on web. How do I get the values/configurations set one place and one place only and accessible on iOS, Android and also in web?

1 Like

I am currently struggling with the same question.
I have a configuration value that I don’t want to supply via a function parameter when only the web implementation would use it. So using the config would be the obvious way to do it, but I also can’t figure out if there is any way to read the config from the web plugin.