-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-3157 Implement web socket push #3168
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3168. |
lib/features/push_notification/data/datasource/web_socket_datasource.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/domain/state/web_socket_push_state.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/domain/usecases/connect_web_socket_interactor.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/presentation/controller/push_base_controller.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/presentation/controller/push_base_controller.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/presentation/controller/push_base_controller.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/presentation/controller/push_base_controller.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/presentation/controller/web_socket_controller.dart
Outdated
Show resolved
Hide resolved
|
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/data/datasource_impl/remote_web_socket_datasource_impl.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please remove
firebase-messaging-sw.js
file in web folder when we already used weg socket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove code fcm on web
Screen.Recording.2024-11-05.at.10.36.31.mov |
lib/features/push_notification/presentation/services/fcm_receiver.dart
Outdated
Show resolved
Hide resolved
lib/features/push_notification/presentation/controller/web_socket_controller.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please rebase it
TF-3157 Stub BroadcastChannel for mobile build
008823e
to
75e8ca9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Issue
Demo