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 ee8d90a commit 7d1edd2Copy full SHA for 7d1edd2
Firebase/Auth/Source/FIRUser.m
@@ -1115,7 +1115,7 @@ - (void)linkAndRetrieveDataWithCredential:(FIRAuthCredential *)credential
1115
// Update the new token and refresh user info again.
1116
self->_tokenService = [[FIRSecureTokenService alloc]
1117
initWithRequestConfiguration:requestConfiguration
1118
- accessToken:response.IDToken
+ accessToken:response.oauthAccessToken
1119
accessTokenExpirationDate:response.approximateExpirationDate
1120
refreshToken:response.refreshToken];
1121
[self internalGetTokenWithCallback:^(NSString *_Nullable accessToken,
0 commit comments