[FEATURE] Support user-configurable Firebase SDK component versions on iOS #246
Labels
Blocked
Development is blocked by a 3rd party dependency
feature request
New feature request
Firebase SDK
Relates to the Firebase SDK library which this plugin wraps
ios
relates to iOS platform
Currently this plugin supports user-configurable version overrides for the Android Firebase SDK components pulled in via Gradle by using Cordova plugin variables set at plugin install time.
However, currently Cordova doesn't support the use of plugin variables in plugin podspecs for iOS so the same can't be done for the iOS Firebase SDK components out-of-the-box.
But it may be possible to implement an emulation of this using plugin hook scripts to extract the version values from plugin variables and apply them directly to the iOS platform project to allow user-configurable overrides to also work for iOS.
The text was updated successfully, but these errors were encountered: