django-rest-firebase-auth icon indicating copy to clipboard operation
django-rest-firebase-auth copied to clipboard

How is this different to django-firebase-auth?

Open EugeneDae opened this issue 4 years ago • 2 comments

How is this different to django-firebase-auth? Could you please add this information to README.md?

EugeneDae avatar May 28 '20 07:05 EugeneDae

I think my package is more flexible, easier to extend, and covers some points not covered by this package, like authenticate users created directly on firebase. I will add examples of how to extend soon.

thanks!

walison17 avatar May 28 '20 13:05 walison17

@walison17 , Hey mate , I am building a webapp in django and for that i want to use firebase phone_number authentication to signin and signout using OTP , I readed the docs of firebase , they had given the implementation in JavaScript for phone number auth [sign_in and sign_out] , I need that implementation in python , can you help me please

Ayush-Malik avatar Aug 29 '20 19:08 Ayush-Malik