Switch to Firebase
JWT to Firebase
Set Firebase Config
At present, firebase uses you need to set a secret in the following file. For more detail refer to firebase here: https://firebase.google.com/docs/reference/rest/auth
.env
Change AuthProvider
..\src\App.jsx
Change auth Hooks
Comment another context in the following file and uncomment Firebase one.
..\src\hooks\useAuth.jsx
Change login page view
Comment another Login page in the following file and uncomment Firebase one.
..\src\views\auht\signin\SignIn1.jsx
Last updated