Fake Backend
Fake-Backend
Set Vue_APP_DEFAULT_AUTH=fakebackend
in the .env file.
Remove the firebase setup code from the App.vue file.
Now just add the below fake-backend setup code in the App.vue file
import fakeBackend from "./helpers/fakeBackend"
// Activating fake backend
fakeBackend();