Skip to content

Commit

Permalink
Update default iOS Firebase Messaging to 10.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Apr 3, 2024
1 parent 91e13c0 commit b23ada6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ We created this fork because we needed to include the following modifications in
| - | Add android:exported to services |
| - | Fix crash if no valid configuration provided |
| - | Support encrypted push notifications (Android 8+ and iOS 13+) |
| - | Update default version of Firebase for iOS |

This fork is based of `v4.0.0` and it also includes some commits that hadn't been released yet.

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</platform>

<platform name="ios">
<preference name="IOS_FIREBASE_MESSAGING_VERSION" default="~> 8.1.1"/>
<preference name="IOS_FIREBASE_MESSAGING_VERSION" default="~> 10.23.0"/>

<config-file target="config.xml" parent="/*">
<feature name="PushNotification">
Expand Down

0 comments on commit b23ada6

Please sign in to comment.