From 7fd106eed95f65711bdfc526282724454bdd77f7 Mon Sep 17 00:00:00 2001 From: Loyle Date: Wed, 5 Jun 2024 17:09:27 +0900 Subject: [PATCH] docs: remove Firebase/Firestore dependency in podspec file --- AuthLibrary.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/AuthLibrary.podspec b/AuthLibrary.podspec index f27bcb7..939bab3 100644 --- a/AuthLibrary.podspec +++ b/AuthLibrary.podspec @@ -45,5 +45,4 @@ The CocoaPods distribution supports iOS-based authentication using Google Cloud s.dependency "Firebase/Core" s.dependency "Firebase/Functions" s.dependency "Firebase/Auth" - s.dependency "Firebase/Firestore" end