Fake Backend Setup
Fake-Backend
Set
REACT_APP_DEFAULTAUTH=fake
in the
.env
file.
Remove the firebase
setup code from the
App.tsx
file.
Now just uncomment
the below
fake-backend setup
code in the App.tsx
file.
import fakeBackend from "src/helpers/AuthType/fakeBackend.ts";
// Activating fake backend
fakeBackend();