-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add documentation for faster iOS and macOS builds. #7467
Comments
@Jonas-Sander |
I know that ticket. My point is that this information should be on firebase.flutter.dev not a ticket. Many people will never see the ticket when they use Firestore as this is never mentioned on the website. |
It's on the homepage or am I missing something? 😅 it should just work with macos too - though I've not actually tested - are you able to confirm? If so we should update docs to say both https://firebase.flutter.dev/docs/overview#improve-ios-build-times |
Ah I'm really sorry, I didn't see it there - my first instinct was looking at "iOS installation" and "macOS installation". It also only mentions iOS, not macOS altough the latter can also be sped up with this workaround. |
No worries, at the time when I built https://github.com/invertase/firestore-ios-sdk-frameworks I only tested iOS so I've not actually tested it on macOS - are you able to confirm it now does actually work on macOS too? |
Well you said it yourself here #3185 (comment) We've used it in the past, although I never explicitly measured the build times. Pretty sure it's working though. |
maybe it would be helpful to add |
Oh I did, been a while 😀 We'll get the docs updated |
While its duplication I think the best way would be to have the full explanation in a seperate "Firestore" > "Installation"/"Build Time" topic and just have small info texts in "Getting Started" >"Overview", "iOS installation" and "macOS installation" that refer/forward to that section. Right now I think that many people won't see it - I mean I specifically searched for it, but I didn't find it ;) |
There was already documentation about this: https://firebase.flutter.dev/docs/firestore/overview#4-optional-improve-ios--macos-build-times But I couldn't find this section in the new docs (https://firebase.google.com) anymore. |
@kevinthecheung The docs for Cloud Firestore are not public, right? Could we add this content to the Cloud Firestore as a 4th step? |
Done. Thanks, Nils! |
Cool, thanks @kevinthecheung! |
Currently you have to search through issues on GitHub to find a mention of making your flutter builds faster with https://github.com/invertase/firestore-ios-sdk-frameworks. It's hard to find and hard to know what information is up-to-date.
Additionally I think many people don't know that you can speed up iOS and macOS builds.
Even at the README at https://github.com/invertase/firestore-ios-sdk-frameworks I couldn't find any mention of macOS.
I think this should be documented at firebase.flutter.dev.
The text was updated successfully, but these errors were encountered: