Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Feature (ios): Use pre-built xcframework binaries for FirebaseFirestore pod #1772

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

delaneyb
Copy link

This PR alters the source for the ios FirebaseFirestore pod to instead use the pre-compiled .xcframework binaries provided by https://github.com/invertase/firestore-ios-sdk-frameworks

I set this up in my private repo fork months ago and do remember needing to update cocoapods and potentially bumping into one or two other minor changes I had to make, so this will need some testing and possibly adjustment to the Readme.

Why

Currently the Firestore iOS SDK depends on some 500k lines of mostly C++, which when compiling as part of your Xcode build takes a long time - even more so in CI environments.

Related Issues

Before & After

Before and after timing below, timed when running Xcode build (with cache fully cleared) in a project with Firestore.

Mac mini (2018) 6 cores:

Before:    ~ 240s
After:     ~  45s

GitHub Action CI 2 cores:

Before:    ~ 551s
After:     ~ 174s

@delaneyb delaneyb changed the title Feature/use invertase xcframeworks Feature (ios): Use pre-built xcframework binaries for FirebaseFirestore pod Jan 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant