Skip to content

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

Closed as not planned
@nilsreichardt

Description

@nilsreichardt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions