-
Notifications
You must be signed in to change notification settings - Fork 2
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
Chim/feature/setup notification repository #284
Conversation
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.
Your code is clean and readable, your database transactions are safely designed, this is generally a good contribution. Make the changes to the endpoints to make them secure and follow RESTful conventions, and likewise move the check_user_exists
function somewhere more conceptually relevant.
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.
Your implementation is mostly correct, save some minor feedback
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.
Self-requested review because it looks like you addressed all my feedback. Great work, your PR is looking good! Approving assuming you've exercised both endpoints with the changes.
Add fcm token repository and Api endpoint for register and unregister fcm token. Add a new domain FCMToken for representing fcm token. - [Jira](https://fireapp-emergiq-2024.atlassian.net/jira/software/projects/FIR/boards/2?selectedIssue=FIR-99) - [Documentation](https://fireapp-emergiq-2024.atlassian.net/wiki/spaces/fireapp202/pages/99713028/Notification+Feature) merged new changes from origin/main into branch to make merging more seamless
Describe your changes
Add fcm token repository and Api endpoint for register and unregister fcm token.
Add a new domain FCMToken for representing fcm token.
Issue ticket number and link