wizpanda / cordova-plugin-firebase-lib

This repository is moving & merging to https://github.com/wizpanda/cordova-plugin-firebase-lib to avoid confusion to developers.
https://www.wizpanda.com/
MIT License
68 stars 38 forks source link

Backward compatibility fixes to support breaking changes released by Google Firebase on Jun 17, 2019 #14

Closed sagrawal31 closed 5 years ago

sagrawal31 commented 5 years ago

On Jun 17, 2019, Google released some breaking changes:

image

This PR provides backward compatible support for cordova-android 7.x.x. Version 3.x of this plugin will be the last release to support cordova-android 7.x.x.

For the next major version of this plugin, see #13

sagrawal31 commented 5 years ago

v3.3.0 of this plugin released to fix the breaking changes released by Google Firebase on Jun 17, 2019.

cordova plugin remove cordova-plugin-firebase-lib
# Or if you were using original fork
#cordova plugin remove cordova-plugin-firebase
cordova plugin add cordova-plugin-firebase-lib@3.3.0
sagrawal31 commented 5 years ago

v4.0.0 was released which supports cordova-android 8.0.0 and fixes this issue because of breaking changes released by Google Firebase on Jun 17, 2019.