google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
283 stars 84 forks source link

SPM Firebase dependency version range restriction #109

Open arthurschiller opened 1 month ago

arthurschiller commented 1 month ago

Hi,

I'm using ARCore via Swift Package Manager. Since ARCore defines a dependency to Firebase in the version range "8.0.0"..<"11.0.0" I can't update to new Firebase releases e.g 11.3.0. Is there any reason for this constraint or could it be bumped up?

Thank you!