Coder Social home page Coder Social logo

Comments (9)

cabauman avatar cabauman commented on May 31, 2024 3

Thanks Emil. Good to know.

My workaround for my project that needed phone auth was wrapping the Xamarin Android and iOS bindings into a shared API so I could use them from a netstandard library: https://github.com/cabauman/FirebaseAuthWrapper

from firebase-authentication-dotnet.

bezysoftware avatar bezysoftware commented on May 31, 2024 1

As far as I know there is no official documentation for any type of firebase authentication. When implementing the oauth / email authentication, I had to sniff the traffic generated by the official javascript library (using Fiddler). It probably shouldn't be that difficult to do

from firebase-authentication-dotnet.

EmilAlipiev avatar EmilAlipiev commented on May 31, 2024 1

@cabauman i didnt know about this service. it looks interesting but you still have to pay for sms and email services while firebase offer free option.

from firebase-authentication-dotnet.

bezysoftware avatar bezysoftware commented on May 31, 2024 1

Another possibility is that they show the captcha inside webview? That's what I intend to do in the v4

from firebase-authentication-dotnet.

EmilAlipiev avatar EmilAlipiev commented on May 31, 2024

@bezysoftware link above is official documentation indeed but I cant find anything regarding Phone authentication.
@cabauman did you find any rest api information for sms authentication. it seems that it is not supported using rest api.

from firebase-authentication-dotnet.

cabauman avatar cabauman commented on May 31, 2024

@EmilAlipiev I didn't find anything. I'll probably just end up using Authy or something like that as a fallback

from firebase-authentication-dotnet.

mektebi avatar mektebi commented on May 31, 2024

Any updates?

from firebase-authentication-dotnet.

EmilAlipiev avatar EmilAlipiev commented on May 31, 2024

I asked this question to google team directly and they told me that rest API doesnt have phone Auth and they have no plan to implement it over the API.

from firebase-authentication-dotnet.

danmincu avatar danmincu commented on May 31, 2024

I also looked into this and why there is no phone login.
I think the lack of support revolves around the fact that if the call is not protected by something like captcha the service could be easily abused!
The end point that is starting the process takes a phone number and a recaptcha token

https://www.googleapis.com/identitytoolkit/v3/relyingparty/sendVerificationCode?key=YourKey

{"phoneNumber":"+16135556666","recaptchaToken":"03AOLTBLRezJbMZ2K21mdT9rk-BmTc-......w"}

Firebase API have a C++ version for it, wondering how that works?! I might be only for C++ for mobile where the call obtains some hardware identification preventing spam?
I wish firebase would create a usecase where this type of login would be possible.
Thoughts?

from firebase-authentication-dotnet.

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.