# Version 2.0.5 ### Bug Fixes - #897: Fixed issue with after_prepare hook not copying required files # Version 2.0.4 ### Bug Fixes - #866: Fixed issue with loading .plist file on some iOS devices # Version 2.0.3 ### Features - #874: Added new api `setCrashlyticsUserId` which allows setting Crashlytics user identifier - #861: Updated `verifyPhoneNumber` api on android to add the following properties to the returned object: - `code` - sms code - `verified` - whether or not the verification was successful ### Bug Fixes - #869: Replace add/remove hooks with install/uninstall hooks to ensure proper configuration of the plugin - #870: Add error handling to `fetch` api on iOS # Version 2.0.2 ### Bug Fixes - #837: Fixed android build # Version 2.0.1 ### Bug Fixes - #836: Fixed Crashlytics on iOS - #830: Fixed initialization of firebase services # Version 2.0.0 ### Features - #796: Update Firebase SDK Version to 5.x ### Bug Fixes - #822: Can't use initFirebase() on 1.1.3 [Firebase isn't initialized] - #827: doc missing: initFirebase call needed before anything - #824: Removed initRemoteConfig method # Version 1.1.4 (deprecated) This version has been deprecated due to complications with PR #784 # Version 1.1.3 (deprecated) This version has been deprecated due to complications with PR #784 # Version 1.1.2 (deprecated) This version has been deprecated due to complications with PR #784 # Version 1.1.1 (deprecated) This version has been deprecated due to complications with PR #784 # Version 1.1.0 (deprecated) This version has been deprecated due to complications with PR #784 # Version 1.0.5 To force cordova to use this version, add the following to your project's config.xml: ``` ``` or by running: ``` cordova plugin add cordova-plugin-firebase@1.0.5 --save ```