You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.2 KiB
3.2 KiB
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
setCrashlyticsUserIdwhich allows setting Crashlytics user identifier - #861: Updated
verifyPhoneNumberapi on android to add the following properties to the returned object:code- sms codeverified- 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
fetchapi on iOS
Version 2.0.2
Bug Fixes
- #837: Fixed android build
Version 2.0.1
Bug Fixes
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:
<plugin name="cordova-plugin-firebase" spec="1.0.5" />
or by running:
cordova plugin add cordova-plugin-firebase@1.0.5 --save