Skip to content

Conversation

@maxwell1231
Copy link
Contributor

Overview

Integrate fcm-django into our database so that we can use Firebase Cloud Messaging systems to allow notifications on our frontend devices. We do this by creating an FCM device for each user when provided an FCM registration token. This allows us to use our Firebase server to send notifications to the frontend.

Changes Made

Added a route for FCM devices. Also added a route for sending a message to another user, which you specify with an "id" in the route.

Test Coverage

Unfortunately, we were unable to test this as of yet, as front end needs to communicate with Firebase in order to get an FCM registration token.

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.

2 participants