Login Authentication/ Page /Panel
Try to build a login Panel/ Page. Where a person can login using Email/ Official id/Number. -The application looks more authentic when we have identity proof and using official email is a great way. -UI/Design Should be attractive and matches the original theme of the application.
Hey @vatsalcode App Already Uses Google, Facebook and Email Auth What more are you suggesting?
Hey, @avinashkranjan we can also add the feature of mobile number otp login ??
We Can, We'll have a add a section in Sign Up Page for Phone No.
- We'll have to verify it
and We have a section of Login using phone
- If you have registered using phone you'll need to feed the phone
- and you'll get the otp to login...
If anyone is up for taking the issue, Assign them
@vatsalcode I would like to work on this issue under GSSoc21!
Sure Go Ahead @believeInJha
Thanks for the opportunity @avinashkranjan, I will make the PR and submit it.
Hey @avinashkranjan, can you send me the firebase credentials?
[email protected] is my firebase linked Gmail, kindly send me collaboration request.
@believeInJha Added you..
Hey @avinashkranjan, I have a doubt here, how are we gonna verify the mobile number is registered or not?
Hey @avinashkranjan, I have a doubt here, how are we gonna verify the mobile number is registered or not?
@avinashkranjan, @vatsalcode, @HimeshNayak can you please guide me into this cause, I'm really stuck at this part.
Hey @avinashkranjan, I have a doubt here, how are we gonna verify the mobile number is registered or not?
@avinashkranjan, @vatsalcode, @HimeshNayak can you please guide me into this cause, I'm really stuck at this part.
I guess that we can just check that the regex of the mobile number. if the number will be valid then the top will come to the phone. You may refer this https://coflutter.com/how-to-validate-phone-number-in-dart-flutter/
@HimeshNayak No, I meant how to verify the number is registered/sign up before or not. cause then only we'll be able to log in the user with all their details.
Hi, Is this feature implemented? If not then I want to add this feature.
Hey @pnkr01, It's not implemented, and you're free to take up this issue. Assigning it to you.
Thank you, I need the acess to firestore to store the phone number and their corresponding data.
Hi, I have completed, and want to test and for that I have to change the security rules of firestore as I'm getting this issue(attached) from
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if request.auth.uid != null; } } }
to
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }
Can I change the rule?

Hi, I have completed, and want to test and for that I have to change the security rules of firestore as I'm getting this issue(attached) from
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if request.auth.uid != null; } } }
to
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }
Can I change the rule?
Go Ahead
hi could you assign this issue to me? I am a participant of GSSoC'2023 and would love to work on this issue
Sure Go Ahead @MihirCharan42
Can you please assign this issue as I have prior knowledge and I want to work on this.
Go Ahead @LEARNER-dakshesh
Hey @avinashkranjan Please assign me this issue i am working on it Thank you
Hello @avinashkranjan Please review my pull request #341