Home > Software design >  Customize firebaseui with ChakraUI React
Customize firebaseui with ChakraUI React

Time:05-24

I'm workin in a React project with Firebase and ChakraUI. I want to use Firebase Authentication with SMS code. That's why I'm using firebaseui, everything is working fine but because of the firebaseui library I can't change the UI design.

Is there a way to customize firebaseui for SMS phone validation with my ChakraUI elements?

CodePudding user response:

I found a really good alternative for this issue. If you follow this youtube video you can use Firebase Authentication with SMS Code without firebaseui and keep using your chakra ui elements.

Works for me.

  • Related