From 3350d81fb710d3d6fe69ae50ba931423d802aa9f Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 24 Sep 2026 14:43:57 -0400 Subject: [PATCH] wip: test pre-release Firebase 13 and future compatible GSI --- Package.swift | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index c2ee090ded..1de4048a4a 100644 --- a/Package.swift +++ b/Package.swift @@ -74,11 +74,14 @@ let package = Package( ), .package( url: "https://github.com/firebase/firebase-ios-sdk.git", - "8.0.0" ..< "13.0.0" + // "8.0.0" ..< "14.0.0" + branch: "main" ), .package( - url: "https://github.com/google/GoogleSignIn-iOS", - from: "10.0.0" + // url: "https://github.com/google/GoogleSignIn-iOS", + // from: "10.0.0" + url: "https://github.com/paulb777/GoogleSignIn-iOS", + branch: "pb-test-swift-app-check" ), .package( url: "https://github.com/google/GoogleUtilities.git",