This commit is contained in:
Hitesh Ale
2023-02-26 15:35:58 -05:00
8 changed files with 223 additions and 212 deletions

View File

@@ -25,7 +25,7 @@ class AuthGate extends StatelessWidget {
stream: FirebaseAuth.instance.authStateChanges(),
builder: (context, snapshot) {
if (!snapshot.hasData) {
return SignInScreen(
return SignInScreen(
providerConfigs: const [
EmailProviderConfiguration(),
],