Is there any particular reason on why FirebaseAI package minimum deployment is iOS 15.0? #15388
-
Hi, Im currently building an app with a minimum deployment target of iOS 13.0. I wanted to try and implement AI in my app using FirebaseAI. However, it seems that the minimum deployment of the package is iOS 15.0. Is there any particular reason on why the minimum deployment target is iOS 15.0? |
Beta Was this translation helpful? Give feedback.
Answered by
andrewheard
Oct 7, 2025
Replies: 1 comment 2 replies
-
@psbpd21 Thanks for the question. Many of the Firebase AI Logic streaming APIs require iOS 15+ APIs for their implementation. cc: @andrewheard |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @psbpd21, we chose iOS 15 as the minimum deployment target for a few reasons:
URLSession.AsyncBytes
).