Skip to content

Commit 009b87b

Browse files
author
renkelvin
authored
Fix a bug where getProjectConfig uses http post (#11698)
1 parent 171f020 commit 009b87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigRequest.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ @implementation FIRGetProjectConfigRequest
2727

2828
- (nullable instancetype)initWithRequestConfiguration:
2929
(FIRAuthRequestConfiguration *)requestConfiguration {
30+
requestConfiguration.HTTPMethod = @"GET";
3031
return [super initWithEndpoint:kGetProjectConfigEndPoint
3132
requestConfiguration:requestConfiguration];
3233
}

0 commit comments

Comments
 (0)