You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We need to make the code more robust and consider all exit cases.
The text was updated successfully, but these errors were encountered:
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.
We need to make the code more robust and consider all exit cases.
The text was updated successfully, but these errors were encountered: