Skip to content

Commit 73771a0

Browse files
authored
FirebaseAuth should be in implicit pod list (#5104)
1 parent 85f9926 commit 73771a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/localize_podfile.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let podfile = CommandLine.arguments[1]
2626
// versions when they're dependencies of other requested local pods.
2727
let implicitPods = ["FirebaseCore", "FirebaseInstanceID", "FirebaseInstallations", "Firebase",
2828
"GoogleDataTransport", "GoogleDataTransportCCTSupport", "GoogleUtilities",
29+
"FirebaseAuth",
2930
"FirebaseAnalyticsInterop", "FirebaseAuthInterop", "FirebaseCoreDiagnostics",
3031
"FirebaseCoreDiagnosticsInterop", "FirebaseRemoteConfig", "FirebaseAuthInterop"]
3132
var didImplicits = false

0 commit comments

Comments
 (0)