Firebase stops saving when i use refresh
Advertisements I want to refresh my page after save of newRider to Firebase. But when I use window.location.reload(); or with (false) it does not save. Without it it works. And is it ok to have code that long in one file? import React from "react"; import { RidersDB } from "../../Backend/DataBase/RidersDB"; const ridersDB = new… Read More Firebase stops saving when i use refresh