NielAgi

Results 2 issues of NielAgi

`export const db = getFirestore();` ``` const userData = docStore(db, `users/rNvXG7F...KyJw1`); console.log($userData); ``` ``` const userData = docStore(db, `users/${$user?.uid}`); console.log($userData); ``` Both examples log undefined. Has there been an update...

I tried building the solution but I get a lot of errors. Can I run the program anohter way?