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 8a86551 commit 6ef85e4Copy full SHA for 6ef85e4
Example/Auth/Sample/MainViewController.m
@@ -1850,7 +1850,7 @@ - (void)signInGoogleHeadfulLite {
1850
@brief Invoked when "Sign in with Microsoft (headful-lite)" row is pressed.
1851
*/
1852
- (void)signInMicrosoftHeadfulLite {
1853
- FIROAuthProvider *provider = [FIROAuthProvider providerWithProviderID:FIRMicrosoftAuthProviderID];
+ FIROAuthProvider *provider = [FIROAuthProvider providerWithProviderID:@"microsoft.com"];
1854
provider.customParameters = @{
1855
@"prompt" : @"consent",
1856
@"login_hint" : @"[email protected]",
0 commit comments