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 eca2170 commit 0e97275Copy full SHA for 0e97275
Firebase/Auth/Source/AuthProvider/OAuth/FIROAuthProvider.m
@@ -169,6 +169,9 @@ - (nullable instancetype)initWithProviderID:(NSString *)providerID auth:(FIRAuth
169
NSAssert(![providerID isEqual:FIRFacebookAuthProviderID],
170
@"Sign in with Facebook is not supported via generic IDP; the Facebook TOS "
171
"dictate that you must use the Facebook iOS SDK for Facebook login.");
172
+ NSAssert(![providerID isEqual:@"apple.com"],
173
+ @"Sign in with Apple is not supported via generic IDP; You must use the Apple iOS SDK"
174
+ " for Sign in with Apple.");
175
self = [super init];
176
if (self) {
177
_auth = auth;
0 commit comments