adding the bulk of the view with timeline and actions

This commit is contained in:
talksik
2022-02-02 03:02:13 -08:00
parent 6db058c3c1
commit e81aaa92f4
2 changed files with 157 additions and 11 deletions
+2 -2
View File
@@ -39,8 +39,6 @@ console.log("initialized firebase");
// const analytics = getAnalytics(app);
setPersistence(getAuth(), browserSessionPersistence);
// Initialize firestore persistence for data caching
const db = getFirestore(app);
enableIndexedDbPersistence(db).catch((err) => {
@@ -54,3 +52,5 @@ enableIndexedDbPersistence(db).catch((err) => {
// ...
}
});
setPersistence(getAuth(), browserSessionPersistence);