@@ -31,7 +31,7 @@ import FirebaseCoreExtension
// Export the deprecated Objective-C defined globals and typedefs.
#if SWIFT_PACKAGE
- @_exported import FirebaseAuthInternal
+ @_exported public import FirebaseAuthInternal
#endif // SWIFT_PACKAGE
#if os(iOS)
@@ -18,7 +18,7 @@ import Foundation
#if canImport(FirebaseAuth)
#warning("This is experimental - use at your own risk.")
- @_exported import FirebaseAuthCombineSwift
+ @_exported public import FirebaseAuthCombineSwift
#endif
@@ -13,7 +13,7 @@
// limitations under the License.
- @_exported import FirebaseDatabaseInternal
+ @_exported public import FirebaseDatabaseInternal
// This is a trick to force generate a `FirebaseDatabase-Swift.h`
// header that re-exports `FirebaseDatabaseInternal` for Objective-C
- @_exported import FirebaseInAppMessagingInternal
+ @_exported public import FirebaseInAppMessagingInternal
// This is a trick to force generate a `FirebaseInAppMessaging-Swift.h`
// header that re-exports `FirebaseInAppMessagingInternal` for Objective-C
- @_exported import FirebaseRemoteConfigInternal
+ @_exported public import FirebaseRemoteConfigInternal
// This is a trick to force generate a `FirebaseRemoteConfig-Swift.h` header
// that re-exports `FirebaseRemoteConfigInternal` for Objective-C clients. It
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-@_exported import class FirebaseCore.Timestamp
+@_exported public import class FirebaseCore.Timestamp
import FirebaseSharedSwift
import Foundation
/**
* A protocol describing the encodable properties of a Timestamp.
public import FirebaseSharedSwift