We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721a7de commit 3c60d81Copy full SHA for 3c60d81
CoreOnly/Tests/FirebasePodTest/FirebasePodTest/AppDelegate.swift
@@ -14,6 +14,11 @@
14
15
import UIKit
16
import Firebase
17
+// Verify that the following Firebase Swift APIs can be found.
18
+import FirebaseAnalyticsSwift
19
+import FirebaseFirestoreSwift
20
+import FirebaseInAppMessagingSwift
21
+import FirebaseStorageSwift
22
23
class CoreExists: FirebaseApp {}
24
class AnalyticsExists: Analytics {}
0 commit comments