Skip to content

feat: implement FCM registration and notification logic#61

Draft
ametrinelp wants to merge 1 commit intomainfrom
fix@notification
Draft

feat: implement FCM registration and notification logic#61
ametrinelp wants to merge 1 commit intomainfrom
fix@notification

Conversation

@ametrinelp
Copy link
Copy Markdown
Contributor

  • feat: integrate FCMUseCase into AuthUseCase to register tokens upon successful login
  • feat: update FCMUseCase to cache registered tokens and handle device UUID retrieval for alert management
  • feat: implement localized notification titles in FirebaseMessagingService using localization keys
  • feat: add device_uuid to ManageAlertRequestDTO and update repository methods accordingly
  • feat: enable the notification settings button in SettingsView
  • fix: ensure FCM token registration only occurs if a refresh token is present in FirebaseMessagingService

* feat: integrate `FCMUseCase` into `AuthUseCase` to register tokens upon successful login
* feat: update `FCMUseCase` to cache registered tokens and handle device UUID retrieval for alert management
* feat: implement localized notification titles in `FirebaseMessagingService` using localization keys
* feat: add `device_uuid` to `ManageAlertRequestDTO` and update repository methods accordingly
* feat: enable the notification settings button in `SettingsView`
* fix: ensure FCM token registration only occurs if a refresh token is present in `FirebaseMessagingService`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant