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