constant-blue
constant-blue2y ago

Firebase Microsoft Login

Hi everyone !! I'm new to Refine. I am trying to Implement Firebase signInWithEmailAndPassword and Firebase Microsoft Login can anyone help me how to do it or any documentation? BTW I'm using the refine-firebase npm package, The signInWithEmailAndPassword is working but the Microsoft Login I don't know how to do it with Refine Thank you.
6 Replies
kapa.ai
kapa.ai2y ago
Hey @franzdev! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet about Firebase and Microsoft Login integration with Refine. The provided extracts don't cover Firebase authentication specifically. However, you can explore the Refine documentation for more information on authentication and other topics: https://refine.dev/docs. ----------------------
kapa.ai
kapa.ai2y ago
<@619660544319684609> kapa.ai is still learning and improving, please let us how it did by reacting below
environmental-rose
environmental-rose2y ago
you can use SignInWithPopup and provider OAuthProvider "microsoft.com"
environmental-rose
environmental-rose2y ago
unfortunately refine-firebase does not support SignInWithPopup method so you need to implement it
constant-blue
constant-blue2y ago
Oh ok now I get it thanks for helping me out