TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
199 stars 47 forks source link

[FeatureRequest] Remote Config real-time update #193

Open tranb3r opened 11 months ago

tranb3r commented 11 months ago

RemoteConfig now supports real-time update. Could this be added to Plugin.Firebase? Thanks

TobiasBuchholz commented 11 months ago

Hi @tranb3r, when the native binding library supports this feature on both platforms it could also be added to Plugin.Firebase for sure. Every PR is welcome :)

tranb3r commented 11 months ago

From Firebase release notes:

To use real-time Remote Config updates, implement the new APIs in Apple platform SDK v10.7.0+ or Android SDK v21.3.0+

For Android: Xamarin.Firebase.Config latest version is 121.4.0.2, aligned with Android SDK 21.4.0. So it's ok.

For iOS: Xamarin.Firebase.iOS.RemoteConfig latest version is 8.10.0.3. So it's too old.

https://github.com/xamarin/GoogleApisForiOSComponents/issues/623