mirror of
https://github.com/urosran/cally.git
synced 2025-07-13 17:01:37 +00:00
notes, tablet sort, grocery list and other fixes
This commit is contained in:
@ -13,6 +13,7 @@ export const useGetNotes = () => {
|
||||
const snapshot = await firestore()
|
||||
.collection("BrainDumps")
|
||||
.where("creatorId", "==", currentUser?.uid)
|
||||
.orderBy("updatedAt", "desc")
|
||||
.get();
|
||||
|
||||
return snapshot.docs.map((doc) => ({
|
||||
|
Reference in New Issue
Block a user