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