Skip to content

Commit c50ccda

Browse files
committed
Add AppCheckDebugProvider
1 parent 65c31c4 commit c50ccda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseVertexAI/Tests/TestApp/VertexAITestApp/VertexAITestApp.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
import FirebaseAppCheck
1516
import FirebaseCore
1617
import SwiftUI
1718

1819
@main
1920
struct VertexAITestApp: App {
2021
init() {
22+
AppCheck.setAppCheckProviderFactory(AppCheckDebugProviderFactory())
2123
FirebaseApp.configure()
2224
}
2325

0 commit comments

Comments
 (0)