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 171f020 commit 009b87bCopy full SHA for 009b87b
FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigRequest.m
@@ -27,6 +27,7 @@ @implementation FIRGetProjectConfigRequest
27
28
- (nullable instancetype)initWithRequestConfiguration:
29
(FIRAuthRequestConfiguration *)requestConfiguration {
30
+ requestConfiguration.HTTPMethod = @"GET";
31
return [super initWithEndpoint:kGetProjectConfigEndPoint
32
requestConfiguration:requestConfiguration];
33
}
0 commit comments