adding data listening, user getching and using more of recoil

This commit is contained in:
Arjun Patel
2022-02-03 17:14:22 -08:00
parent 4b65d6cd68
commit 6a6f0f4aef
20 changed files with 302 additions and 517 deletions
+2
View File
@@ -54,3 +54,5 @@ enableIndexedDbPersistence(db).catch((err) => {
});
setPersistence(getAuth(), browserSessionPersistence);
export default app;