@@ -9,7 +9,7 @@ This plugin brings push notifications, analytics, event tracking, crash reportin
99<!-- toc -->
1010
1111- [ Difference from the fork repository] ( #difference-from-the-fork-repository )
12- * [ Confirm your Cordova environment versions] ( #confirm-your-cordova-environment-versions )
12+ - [ Confirm your Cordova environment versions] ( #confirm-your-cordova-environment-versions )
1313- [ Major Releases] ( #major-releases )
1414 * [ v5.x] ( #v5x )
1515 + [ Supported Cordova Platforms] ( #supported-cordova-platforms )
@@ -19,9 +19,7 @@ This plugin brings push notifications, analytics, event tracking, crash reportin
1919 + [ Supported Cordova Platforms] ( #supported-cordova-platforms-2 )
2020- [ Installation] ( #installation )
2121 * [ Uninstall the original firebase plugin] ( #uninstall-the-original-firebase-plugin )
22- * [ For ` cordova-cli >= 9.x.x ` && (` cordava-ios >= 5.0.1 ` || ` cordava-android >= 8.x.x ` )] ( #for-cordova-cli--9xx--cordava-ios--501--cordava-android--8xx )
23- * [ For ` cordova-cli = 4.5.0 ` || ` cordova-android >= 8.x.x ` )] ( #for-cordova-cli--450--cordova-android--8xx )
24- * [ For ` cordova-cli <= 7.1.0 ` && (` cordava-ios <= 4.5.5 ` || ` cordova-android <= 7.1.4 ` )] ( #for-cordova-cli--710--cordava-ios--455--cordova-android--714 )
22+ * [ Now install this plugin] ( #now-install-this-plugin )
2523 * [ AndroidX] ( #androidx )
2624- [ Guides] ( #guides )
2725 * [ Setup] ( #setup )
@@ -45,7 +43,7 @@ application. To see a full list of changes done after we started maintaining thi
4543[ Releases] ( https://github.com/wizpanda/cordova-plugin-firebase-lib/releases ) or read the
4644[ CHANGELOG.md] ( https://github.com/wizpanda/cordova-plugin-firebase-lib/blob/master/CHANGELOG.md#v300 )
4745
48- ### Confirm your Cordova environment versions
46+ ## Confirm your Cordova environment versions
4947
5048Before you continue installing this plugin, please confirm your Cordova environment versions. You can either get everything by just
5149running:
@@ -112,23 +110,25 @@ rm -rf platforms/android
112110cordova plugin remove cordova-plugin-firebase
113111```
114112
115- ### For ` cordova-cli >= 9.x.x ` && (` cordava-ios >= 5.0.1 ` || ` cordava-android >= 8.x.x ` )
113+ ### Install this plugin
114+
115+ ** For ` cordova-cli >= 9.x.x ` && (` cordava-ios >= 5.0.1 ` || ` cordava-android >= 8.x.x ` )**
116116
117117Use the latest major releases just by running:
118118
119119``` bash
120- cordova plugin add cordova-plugin-firebase-lib --save
120+ cordova plugin add cordova-plugin-firebase-lib
121121```
122122
123- ### For ` cordova-cli <= 8.1.1 ` && (` cordava-ios > = 4.5.0 ` || ` cordova-android >= 8.x.x ` )
123+ ** For ` cordova-cli <= 8.1.1 ` && (` cordava-ios < = 4.5.5 ` || ` cordova-android >= 8.x.x ` )**
124124
125125Use the v4.x release by running:
126126
127127``` bash
128128cordova plugin add
[email protected] --save
129129```
130130
131- ### For ` cordova-cli <= 7.1.0 ` && (` cordava-ios <= 4.5.5 ` || ` cordova-android <= 7.1.4 ` )
131+ ** For ` cordova-cli <= 7.1.0 ` && (` cordava-ios <= 4.5.5 ` || ` cordova-android <= 7.1.4 ` )**
132132
133133Run the following in your terminal:
134134
0 commit comments