Bug fixes and performance improvements related to mapping plugins. The strong dependence on the FieldUi module is now removed in order to avoid potential conflicts with site builders wishing not to activate FieldUI in production. Form Mode Manager is not directly related to field_ui but it encourages use for non-developer users @see #2990721 for more details.
The compatibility with the hooks defined in the User Password Registration module is assumed by the module and allows the use of both @see #3003556
- Send test notifications on the settings screen.
- Select whether or not to send the notification in the node's publication screen.
- Customize the title of the notification in the node publication screen.
- Customize notification values using node fields through hook_firebase_notification_values_alter ($ node, $ notification_values)