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

Refactor and optimise the FCM functions #35

Open
bharat-1809 opened this issue Jan 1, 2021 · 0 comments
Open

Refactor and optimise the FCM functions #35

bharat-1809 opened this issue Jan 1, 2021 · 0 comments
Labels
backend Backend related enhancement New feature or request firebase An issue related to firebase
Milestone

Comments

@bharat-1809
Copy link
Owner

The current code for FCM (Firebase Cloud Messaging) generates a huge amount of errors. Ideally, these are the exit cases that need to be addressed. Example: When the user is logged out, the token is also erased from the database but the cloud functions do not address this case and generate an error.

Screenshot-20210101181358-1281x625

We need to make the code more robust and consider all exit cases.

@bharat-1809 bharat-1809 added the enhancement New feature or request label Jan 1, 2021
@bharat-1809 bharat-1809 added this to the v2.0.1 milestone Jan 1, 2021
@bharat-1809 bharat-1809 added firebase An issue related to firebase backend Backend related labels Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related enhancement New feature or request firebase An issue related to firebase
Projects
None yet
Development

No branches or pull requests

1 participant