Skip to content

Firestore improvements #147

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

Merged
merged 2 commits into from
Oct 31, 2022

Conversation

delaneyb
Copy link
Contributor

This PR adds the isEqual method on the Query class and replaces the pod source to use invertase/firestore-ios-sdk-frameworks's pre-compiled .xcframeworks. This change yielded compile time improvements similar to those seen in the project's readme for my project. This is due to not having to compile several hefty frameworks (FirebaseCore, abseil, gRPC-C++, leveldb-library, nanopb) as part of the build process.

Mac mini (2018) 6 cores:
Before: ~ 240s
After: ~ 45s

@cla-bot cla-bot bot added the cla: yes label Oct 31, 2022
@triniwiz triniwiz merged commit 109cf84 into NativeScript:main Oct 31, 2022
@delaneyb delaneyb deleted the firestore-improvements branch November 3, 2022 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants