Skip to content
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

[PR] Firebase Cloud Message Service #7

Merged
merged 10 commits into from
Oct 14, 2024
Merged

[PR] Firebase Cloud Message Service #7

merged 10 commits into from
Oct 14, 2024

Conversation

doyoonkim3312
Copy link
Member

Implement Push Notification Service using Firebase Cloud Message Service

  - Modify AndroidManifest for enabling FCM service.
    * Allow receiving push notification when the application is in the background as well as foreground.
  - Add necessary dependencies for FCM service.
  - Add new data classes for handling required data for request over network.
  - Add new function in the RemoteSource that receive unique device token, and send it the the server for incoming push notification.
  - Add required permission-validation for using PUSH notification on the device.
  - Triggers function that fetches current device token generated by FCM service, and pass it to the function in the remote source in order to send it to the server.
  - Apply changes in the name of the class
    NoticeRemoteSource -> KnuticeRemoteSource.
  - Class that extends FirebaseMessagingService, which contains callback functions that would be triggered in various situation in cloud messaging processing.
  - Automatic Configuration Changes
    Add variables of version information of implemented library.
  - Resolve unexpected HTTP 404 exception occurred during network request.
    * Separate Retrofit instance into two individual variables, one for Notice Service, and another one for the FCM service.
@doyoonkim3312
Copy link
Member Author

Process PR by bypassing GitHub Action (Task would fail due to yet configured Google-related configuration files)

@doyoonkim3312 doyoonkim3312 merged commit 65c4948 into main Oct 14, 2024
1 of 2 checks passed
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