Skip to content

Commit 534adab

Browse files
committed
refactor: remove google signin on ios
1 parent 0ced711 commit 534adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/login/view/login_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class _LoginContent extends StatelessWidget {
5959
const FlutterLogo(size: 150),
6060
const _Preamble(),
6161
const _Tagline(),
62-
const _GoogleSignInButton(),
62+
if (Platform.isAndroid) const _GoogleSignInButton(),
6363
// At the moment, the preferable solution on Android is blocked by
6464
// https://github.com/FirebaseExtended/flutterfire/issues/2691
6565
if (Platform.isIOS) const _AppleSignInButton(),

0 commit comments

Comments
 (0)