Skip to content

[📚] cloud_firestore docs should mention the workaround for faster macOS builds #9220

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

Closed
nilsreichardt opened this issue Jul 25, 2022 · 2 comments
Labels
good first issue Good for newcomers resolution: duplicate This issue or pull request already exists type: documentation Improvements or additions to documentation

Comments

@nilsreichardt
Copy link
Contributor

When adding this line to your macos/Podfile, you are getting faster builds:

pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "#{firebase_sdk_version}"

See #3185 for more details.

The example for cloud_firestore is also using the workaround:

pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "#{firebase_sdk_version}"

It would be helpful for new customers to mention this workaround in the docs.

@nilsreichardt nilsreichardt added good first issue Good for newcomers type: documentation Improvements or additions to documentation labels Jul 25, 2022
@Jonas-Sander
Copy link

See also #7467

@darshankawar darshankawar added the triage Issue is currently being triaged. label Jul 26, 2022
@darshankawar
Copy link

I think the linked issue will also address this issue, so its better to track it in #7467. The same has been acknowledge that the document can be updated to reflect the usage.

Closing this as duplicate.

@darshankawar darshankawar closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2022
@darshankawar darshankawar added resolution: duplicate This issue or pull request already exists and removed triage Issue is currently being triaged. labels Jul 26, 2022
@firebase firebase locked and limited conversation to collaborators Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers resolution: duplicate This issue or pull request already exists type: documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants