rising-crimson
rising-crimson17mo 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.ai17mo 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.ai17mo ago
<@619660544319684609> kapa.ai is still learning and improving, please let us how it did by reacting below
generous-apricot
generous-apricot17mo ago
you can use SignInWithPopup and provider OAuthProvider "microsoft.com"
generous-apricot
generous-apricot17mo ago
unfortunately refine-firebase does not support SignInWithPopup method so you need to implement it
rising-crimson
rising-crimson17mo ago
Oh ok now I get it thanks for helping me out