Skip to content
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

feat: add Firebase Phone Authentication #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

StephCurry07
Copy link

@StephCurry07 StephCurry07 commented Feb 28, 2024

Fixes Issue🛠️

A user cannot access the app without a phone number.

closes (#8)

Description👨‍💻

Added firebase phone authentication. Currently uses the sample project I created. New files include:

  • firebase_options.dart
  • google-services.json

These can be added by running the following commands:

dart pub global activate flutterfire_cli
flutterfire configure --project="your-project-name"

Note: When asked for giving multidex support, press Y.

Screenshots/GIF📷

Authentication Screen:

register

OTP Screen

otpscreen

On successfull OTP:

doneauth

Gets redirected to authentication screen if wrong OTP is entered.

@StephCurry07 StephCurry07 changed the title Added firebase phone authentication feat : added firebase phone authentication Feb 28, 2024
@StephCurry07 StephCurry07 changed the title feat : added firebase phone authentication Feat: Added Firebase Phone Authentication(#8) Feb 28, 2024
@StephCurry07 StephCurry07 changed the title Feat: Added Firebase Phone Authentication(#8) feat: add Firebase Phone Authentication Feb 28, 2024
@StephCurry07
Copy link
Author

Added phone authentication.
@LegendSumeet have a look and kindly merge it if it works.

@StephCurry07
Copy link
Author

@LegendSumeet ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant