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 65c31c4 commit c50ccdaCopy full SHA for c50ccda
FirebaseVertexAI/Tests/TestApp/VertexAITestApp/VertexAITestApp.swift
@@ -12,12 +12,14 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+import FirebaseAppCheck
16
import FirebaseCore
17
import SwiftUI
18
19
@main
20
struct VertexAITestApp: App {
21
init() {
22
+ AppCheck.setAppCheckProviderFactory(AppCheckDebugProviderFactory())
23
FirebaseApp.configure()
24
}
25
0 commit comments