@capacitor-community/fcm 7.1.1 → 7.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -127,7 +127,7 @@ Download the `google-services.json` file and copy it to `android/app/` directory
127
127
  - apple
128
128
  - create an app identifier (apple site)
129
129
  - add push notifications
130
- - add signing request (https://help.apple.com/developer-account/#/devbfa00fef7)
130
+ - add signing request (https://developer.apple.com/help/account/certificates/create-a-certificate-signing-request)
131
131
  - generate an APN key and then note down the ID displayed. also download the p8 file (https://fluffy.es/p8-push-notification/)
132
132
  - firebase
133
133
  - add the downloaded p8 file to firebase settings with noted key ID and the account team ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor-community/fcm",
3
- "version": "7.1.1",
3
+ "version": "7.1.3",
4
4
  "description": "Enable Firebase Cloud Messaging features for Capacitor apps",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",