Giter Site home page Giter Site logo

Comments (25)

avinashkranjan avatar avinashkranjan commented on July 17, 2024

Hey @vatsalcode App Already Uses Google, Facebook and Email Auth What more are you suggesting?

from friday.

vatsalcode avatar vatsalcode commented on July 17, 2024

Hey, @avinashkranjan we can also add the feature of mobile number otp login ??

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

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

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

@vatsalcode I would like to work on this issue under GSSoc21!

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

Sure Go Ahead @believeInJha

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

Thanks for the opportunity @avinashkranjan, I will make the PR and submit it.

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

Hey @avinashkranjan, can you send me the firebase credentials?

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

[email protected] is my firebase linked Gmail, kindly send me collaboration request.

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

@believeInJha Added you..

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

Hey @avinashkranjan, I have a doubt here, how are we gonna verify the mobile number is registered or not?

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

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.

from friday.

HimeshNayak avatar HimeshNayak commented on July 17, 2024

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/

from friday.

0xapurv avatar 0xapurv commented on July 17, 2024

@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.

from friday.

pnkr01 avatar pnkr01 commented on July 17, 2024

Hi, Is this feature implemented?
If not then I want to add this feature.

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

Hey @pnkr01, It's not implemented, and you're free to take up this issue. Assigning it to you.

from friday.

pnkr01 avatar pnkr01 commented on July 17, 2024

Thank you, I need the acess to firestore to store the phone number and their corresponding data.

[email protected]

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

[email protected]

Provided you access.

from friday.

pnkr01 avatar pnkr01 commented on July 17, 2024

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?
a

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

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? a

Go Ahead

from friday.

MihirCharan42 avatar MihirCharan42 commented on July 17, 2024

hi could you assign this issue to me? I am a participant of GSSoC'2023 and would love to work on this issue

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

Sure Go Ahead @MihirCharan42

from friday.

LEARNER-dakshesh avatar LEARNER-dakshesh commented on July 17, 2024

Can you please assign this issue as I have prior knowledge and I want to work on this.

from friday.

avinashkranjan avatar avinashkranjan commented on July 17, 2024

Go Ahead @LEARNER-dakshesh

from friday.

andoriyaprashant avatar andoriyaprashant commented on July 17, 2024

Hey @avinashkranjan Please assign me this issue i am working on it
Thank you

from friday.

andoriyaprashant avatar andoriyaprashant commented on July 17, 2024

Hello @avinashkranjan
Please review my pull request #341

from friday.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.