Skip to content

Commit 469b768

Browse files
authored
[Firestore] On SPM, import FirebaseFirestoreInternalWrapper (#14848)
1 parent fd51b7b commit 469b768

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Firestore/Swift/Source/SwiftAPI/Stages.swift

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414
* limitations under the License.
1515
*/
1616

17-
import FirebaseFirestoreInternal
1817
import Foundation
1918

19+
#if SWIFT_PACKAGE
20+
@_exported import FirebaseFirestoreInternalWrapper
21+
#else
22+
@_exported import FirebaseFirestoreInternal
23+
#endif // SWIFT_PACKAGE
24+
2025
protocol Stage {
2126
var name: String { get }
2227
var bridge: StageBridge { get }

0 commit comments

Comments
 (0)