I cannot get persistence to work have the following code in my index file but it keeps cribbing about the error.. pls help what am I doing wrong...
const firestack = new Firestack();
firestack.onReady(()=> {
firestack.database.setPersistence(true);
});