samuelgozi / firebase-auth-lite

A lightweight firebase auth alternative for the browser
MIT License
119 stars 19 forks source link

Feature Request: Authenticating with Phone Number #56

Closed waleedshkt closed 3 years ago

waleedshkt commented 3 years ago

It is a great lib which offers all the main auth functionality of firebase-auth-sdk. But I've got a project where authenticating with phone number is required. But it's not included in your lib. I believe this lib to be providing all firebase sign-in methods will be a big plus

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

samuelgozi commented 3 years ago

I paused adding new features to the libs because of firebases move to create their own light weight libraries. If they will not deliver I will resume the work on this one (I still fix bugs, and maintain it).

I remember that implementing SMS authentication was a little bit tricky. I will revise it today, and make a decision. Thank you very much for the feature request, I appreciate the support.

waleedshkt commented 3 years ago

Looks like firebase has released their new modularized exp version containing auth lib.

Perhaps you're following the issue here: https://github.com/firebase/firebase-js-sdk/issues/332#issuecomment-738607863

samuelgozi commented 3 years ago

Yes I’m following it. Thanks.