joinflux / firebase-remote-config

MIT License
7 stars 9 forks source link

fix: setFetchTimeoutInSeconds error #16

Closed steadev closed 1 year ago

steadev commented 2 years ago
  1. change setFetchTimeoutInSeconds to setMinimumFetchIntervalInSeconds

setFetchTimeoutInSeconds is not proper method!

It disables A/B Test with Testing devices.

  1. change initialize parameter for android.

It is different from ios and definitions.

gugahoi commented 1 year ago

Thanks for the changes but this will completely break our release process.