Skip to content

Commit

Permalink
Update FIRGetProjectConfigRequest.m
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Aug 18, 2023
1 parent d65cecb commit 143e49c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ @implementation FIRGetProjectConfigRequest

- (nullable instancetype)initWithRequestConfiguration:
(FIRAuthRequestConfiguration *)requestConfiguration {
requestConfiguration.HTTPMethod = @"GET";
return [super initWithEndpoint:kGetProjectConfigEndPoint
requestConfiguration:requestConfiguration];
}
Expand Down

0 comments on commit 143e49c

Please sign in to comment.