swift-import-test.swift 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // Copyright 2023 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. // ‼️ Changes should also be reflected in the ObjC/ObjC++ files if applicable.
  15. #if !COCOAPODS
  16. // TODO(ncooke3): Figure out why this isn't working on CocoaPods.
  17. import Firebase
  18. #endif // !COCOAPODS
  19. #if SWIFT_PACKAGE
  20. import FirebaseAuthCombineSwift
  21. #endif // SWIFT_PACKAGE
  22. // NOTE(ncooke3): `FirebaseABTesting` is not listed as a library.
  23. import FirebaseABTesting
  24. import FirebaseAnalytics
  25. import FirebaseAppCheck
  26. import FirebaseAuth
  27. #if os(iOS) && !targetEnvironment(macCatalyst)
  28. import FirebaseAppDistribution
  29. #endif
  30. import FirebaseCore
  31. import FirebaseCrashlytics
  32. import FirebaseDatabase
  33. import FirebaseFirestore
  34. #if SWIFT_PACKAGE
  35. import FirebaseFirestoreCombineSwift
  36. #endif // SWIFT_PACKAGE
  37. import FirebaseFunctions
  38. #if SWIFT_PACKAGE
  39. import FirebaseFunctionsCombineSwift
  40. #endif // SWIFT_PACKAGE
  41. import FirebaseInstallations
  42. import FirebaseMessaging
  43. import FirebaseMLModelDownloader
  44. #if (os(iOS) && !targetEnvironment(macCatalyst)) || os(tvOS)
  45. import FirebaseInAppMessaging
  46. import FirebasePerformance
  47. #endif
  48. import FirebaseRemoteConfig
  49. import FirebaseStorage
  50. #if SWIFT_PACKAGE
  51. import FirebaseStorageCombineSwift
  52. #endif // SWIFT_PACKAGE