-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google oAuth integrated #126
base: master
Are you sure you want to change the base?
Conversation
@KirolosMFahem |
The logs indicate that the job failed due to a formatting issue detected by Error Explanation
Suggested Fix
Steps to Fix
This should resolve the formatting-related issue and allow the GitHub Actions job to pass successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicting files
lib/pages/login_page.dart
@KirolosMFahem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error log from the GitHub Actions job indicates the following issues:
-
Extra Positional Arguments in
lib/pages/login_page.dart
:- Error: Too many positional arguments: 0 expected, but 2 found.
- Fix: Review the function call on line 207 to ensure it matches the function's expected parameters.
-
Missing Parenthesis in
lib/pages/login_page.dart
:- Error: Expected to find ')'.
- Fix: Check the code around line 219 for any missing or unmatched parentheses.
Suggested Fixes:
- lib/pages/login_page.dart:
- Correct the function call with too many positional arguments.
- Ensure all parentheses are properly closed and matched.
Next Steps:
After making these corrections, DM me.
.signInWithGoogle(context: context); | ||
}, | ||
icon: Image.asset("assets/images/google.png")), | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing )
Fix #116
Enable google signin in firebase console.
Please find video of gauth integrated.
Screen_recording_20241021_185120.mp4