Skip to content

Commit

Permalink
fix(firebase_ui_oauth_apple): Enables Android as a supported platform…
Browse files Browse the repository at this point in the history
… for AppleProvider
  • Loading branch information
zorro2b committed Aug 19, 2023
1 parent d8f6228 commit 48a1134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/firebase_ui_oauth_apple/lib/src/provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class AppleProvider extends OAuthProvider {
@override
bool supportsPlatform(TargetPlatform platform) {
return kIsWeb ||
platform == TargetPlatform.android ||
platform == TargetPlatform.iOS ||
platform == TargetPlatform.macOS;
}
Expand Down

0 comments on commit 48a1134

Please sign in to comment.