Skip to content

Commit e2cb106

Browse files
Tweak google support
1 parent d1ff99e commit e2cb106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ios/FirebaseUIAuthPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ - (void)createProviderList:(NSDictionary *)options {
5454

5555
for (NSString *provider in providers) {
5656

57-
Boolean google = [iOSDisable isEqualToNumber:[NSNumber numberWithBool:YES]];
57+
Boolean google = ![iOSDisable isEqualToNumber:[NSNumber numberWithBool:YES]];
5858

5959
if (@available(iOS 11.0, *)) {
6060
google = true;

0 commit comments

Comments
 (0)