Commit Graph

8 Commits

Author SHA1 Message Date
6d6dc1471f feat: add timezone support to user and device entities
- Introduced optional timezone fields in User and Device entities to store user preferences and device timezones.
- Updated request DTOs for login and user updates to include timezone information.
- Enhanced AuthService to handle timezone during device registration and updates.
- Added migration to incorporate timezone fields in the database schema.
2026-01-14 16:12:08 +03:00
9c93a35093 feat: implement notification system with FCM token registration
- Add FCM token registration during login/signup
- Implement transaction notification listeners
- Add notification data column to database
- Update Firebase service with data payload support
- Add transaction notification scopes
- Update card repository to load relations for notifications
2026-01-06 12:29:01 +03:00
a245545811 feat: add login and forget password and refactor code 2025-07-30 15:40:40 +03:00
4c6ef17525 refactor: remove login by password and biometric 2025-04-09 15:07:48 +03:00
87bb1a2709 feat: add apple login 2025-01-16 12:17:10 +03:00
756e947c8a feat: handle google login 2025-01-09 15:14:09 +03:00
3719498c2f feat: working on push notifications journey 2024-12-24 12:10:49 +03:00
2577f2dcac feat: registration jounrey for parents 2024-12-05 11:20:50 +03:00