You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #11954, the Firestore podspec was changed to include Swift code and headers that re-export public headers from an underlying FirebaseFirestoreInternal module. For each public header in the FirebaseFirestoreInternal module, there is a public header Firestore to export it. This can get out of sync so there are two options:
Generate these re-exporting headers as a pre-build command
Add a CI job to warn the PR author to add/remove a re-exporting header
API Proposal
No response
Firebase Product(s)
Firestore
The text was updated successfully, but these errors were encountered:
Description
In #11954, the Firestore podspec was changed to include Swift code and headers that re-export public headers from an underlying FirebaseFirestoreInternal module. For each public header in the FirebaseFirestoreInternal module, there is a public header Firestore to export it. This can get out of sync so there are two options:
API Proposal
No response
Firebase Product(s)
Firestore
The text was updated successfully, but these errors were encountered: