chemerisuk / cordova-plugin-firebase-config

Cordova plugin for Firebase Remote Config
MIT License
21 stars 31 forks source link

Add getValueSource method #22

Closed hotsnr closed 3 years ago

hotsnr commented 3 years ago

This method allows client-side logic customizations (vs conditional values). For instance, I use it in my application to implement environment-based overrides and js-side defaults.

hotsnr commented 3 years ago

@hotsnr PR looks good, just update README and it's ready to be merged I think

Updated README and tested with my application. Works correctly and will be shipped with the next release.

chemerisuk commented 3 years ago

Thanks @hotsnr ! Released in v5.1.0