-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Firestore] Consolidate Firestore and FirestoreSwift (Post-Rollback) #11954
Conversation
Apple API Diff ReportCommit: d15ad50 [BUILD ERROR] FirebaseFirestoreSwift |
Coverage Report 1Affected Products
Test Logs |
FirebaseFirestoreInternal/FirebaseFirestore/FIRAggregateField.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on green
CI seems to have stalled but package-HEAD was green, so I will try merging, re-tagging, and staging. |
Context
In this revised approach, I created a
FirebaseFirestoreInternal.podspec
that contains the ObjC/C++/ObjC++ contents of Firestore. Then, theFirebaseFirestore.podspec
is now responsible for containing the Swift Firestore API and the re-exporting the public Objective-C API fromFirebaseFirestoreInternal
. Last, theFirebaseFirestoreInternal
re-exports API that used to live within it. It also throws a warning.