-
I do not use xcode but Delphi development tool, and I would like to know where I can download the dynamic version of the firebase frameworks. as far as I understand the version under https://github.com/firebase/firebase-ios-sdk/releases are only the static framework right ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Firebase does not do a binary distribution of dynamically linked frameworks. |
Beta Was this translation helpful? Give feedback.
-
I'm curious if this is ever going to change. We rely on Firebase and Google libraries in a modularized project and want to stop using Cocoapods. The lack of dynamic frameworks is very limiting. For instance, we have one module (the main app), that depends on |
Beta Was this translation helpful? Give feedback.
-
We're planning to switch our binary distribution to dynamic frameworks in the next major release, targeted for sometime in the first half of 2024. See #8945 |
Beta Was this translation helpful? Give feedback.
Firebase does not do a binary distribution of dynamically linked frameworks.