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 dc606c6 commit ed886f9Copy full SHA for ed886f9
FirebaseAuth/Sources/Swift/Backend/IdentityToolkitRequest.swift
@@ -99,7 +99,7 @@ class IdentityToolkitRequest {
99
100
// Regionalized v2 path
101
urlString =
102
- "\(protocolScheme)//\(hostPrefix)/v2/projects/\(projectID ?? "projectID")"
+ "\(protocolScheme)//\(hostPrefix)/v2/projects/\(projectID ?? "projectID")"
103
+ "/locations/\(region)/tenants/\(tenant)/idpConfigs/\(endpoint)?key=\(apiKey)"
104
105
} else {
0 commit comments