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.
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