File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ Make sure you have ‘google-services.json’ for Android or ‘GoogleService-In
5757Default preferences:
5858
5959```
60- npm install -g cordova@latest # Minimal version 9 or higher required
60+ npm install -g cordova@latest # Version 9 or higher required
6161npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
6262cordova plugin add cordova-plugin-fcm-with-dependecy-updated
6363```
6464
6565Complete:
6666
6767```
68- npm install -g cordova@latest # Minimal version 9 or higher required
68+ npm install -g cordova@latest # Version 9 or higher required
6969npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
7070cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
7171 --variable ANDROID_FCM_VERSION="19.0.0" \
@@ -79,15 +79,15 @@ cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
7979Default preferences:
8080
8181```
82- npm install -g cordova@latest # Minimal version 9 or higher required
82+ npm install -g cordova@latest # Version 9 or higher required
8383npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
8484ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated
8585```
8686
8787Complete:
8888
8989```
90- npm install -g cordova@latest # Minimal version 9 or higher required
90+ npm install -g cordova@latest # Version 9 or higher required
9191npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
9292ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
9393 --variable ANDROID_FCM_VERSION="19.0.0" \
You can’t perform that action at this time.
0 commit comments