-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Swift Package Manager Support for Firestore and Auth #2135
Comments
Thanks for the feature request, @ios3! I have a few questions about your usage, if you don't mind!
This is something we're keeping a close eye on, but does have some challenges. Every dependency of a SPM project also needs to be on SPM, so there's some groundwork to be done in order to get up to speed there. The priority of this will jump significantly this when SPM gets official support for iOS, but ideally we already support it when that happens :) If you could help answer those questions above, it'll help us prioritize things and understand how SPM is being used in the wild. Cheers! |
Do you currently use SPM for your iOS App? |
Thanks for the info, @ios3. |
Checking in on this. Any status? Anything I can help on to get Cloud Firestore out and in the open for SPM? |
Thanks for checking in @ethanbonin. We've done some preliminary investigations and part of the difficulty would be that all Firestore dependencies (and their dependencies) would also need to be available on Swift Package Manager. You can see the list starting here:
A good start would be getting a package up and running with |
OK Apple supports it now. High priority right!? :-) |
@possen Yep! |
Can't wait for SPM support! |
Would love to see SPM support! |
Yes, please! |
+1 |
Closing in favor of #3136 |
[READ] Step 1: Are you in the right place?
Current Firestore Implementation can be used in SPM with Module map.
[REQUIRED] Step 3: Describe the problem
Use firestore and Auth with SPM Packege
The text was updated successfully, but these errors were encountered: