Re-enable firebase cloud messaging for realtime notifications #103
Labels
backend
The task requires working on the backend
enhancement
New feature or request
mobile
Pertains to mobile app
Milestone
Is your feature request related to a problem? Please describe.
The FCM notifications were disabled because of an issue with the firebase composer package that causes transactions to be rolled back when an FCM token is found to be invalid.
Describe the solution you'd like
Stop the transaction from being rolled back if the issue is only invalid FCM token.
Describe alternatives you've considered
Removing the transactions would be a possible solution but would cause database integrity problems if other exceptions are not caught.
Additional context
N/A
The text was updated successfully, but these errors were encountered: