-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestfrontendRelating to Next.js, PWARelating to Next.js, PWA
Description
After merging #519, #448, #526, and #527 (user auth, food ratings, food favorites, meal tracker), users should be able to sign in and have their ratings, favorites, and logged meals save to their account.
- Use BetterAuth's
useSession()to check if the user is currently signed in and the user ID. - Save the ratings, favorites, and logged meals to real user IDs rather than dummy variables.
- Users should not be able to rate, favorite, or log meals if they are not logged in.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfrontendRelating to Next.js, PWARelating to Next.js, PWA