You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to edit their "Current streak start date" directly from the dashboard. This feature improves flexibility and accuracy for tracking progress.
Todo
Create a UI component for editing the streak start date.
Add form validation to ensure valid date input.
Update the users Firestore document schema to include an editable streakStartDate field:
users/
<uid>/
streakStartDate: <timestamp>
Implement Firestore update logic to modify the streakStartDate field in the user's document.