CalebThePerson
CalebThePerson

Reputation: 117

FirebaseML Vision with SwiftPM

I was installing Firebase via Swift package manager trying to use FirebaseMLVision framework. I was wondering if this was removed or hasn't been added yet to Swiftpm. I selected Firebase, Firebase auth, and FirebaseMLModuleDownloader and couldn't find them. Thanks

Upvotes: 0

Views: 265

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599041

firebaser here

Swift Package Manager support for Firebase is pretty new, and features are added slowly. It indeed looks like the Firebase Machine Learning packages have not been added to SPM yet.

Keep an eye on the release notes to see when Swift Package Manager support is added to more products.

If you'd like to help, I'm quite sure the team would welcome PRs too on the Github repo. :)


Update: I just saw this issue "Firebase ML: Support for Swift Package Manager" was marked as done, so you might want to check that.

Upvotes: 0

Related Questions