Skip to content

Commit

Permalink
Add troubleshooting section concerning the shut down FCM Legacy API
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Sep 16, 2024
1 parent 4dbbc88 commit d086c2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Troubleshooting
order to get hold of the changes you made, you will have to use the result of
that method, e.g. ``$changedObject = $object->withChangedProperty();``.

*****************************************
Sending FCM messages doesn't work anymore
*****************************************

When you are using the FCM component, and sending messages in batches using the
``sendMulticast()`` or ``sendAll()`` methods result in errors like
``Operation is not implemented, or supported, or enabled``, this means you are using an outdated
version of the SDK. Please upgrade to the recent 7.x release of the SDK.

**************
Error handling
**************
Expand Down

0 comments on commit d086c2f

Please sign in to comment.