-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova-plugin-firebase is not maintened anymore, use cordova-plugin-firebase-lib instead #3038
Comments
There is also fork from cordova-plugin-firebase which is maintained and might have greater API than cordova-plugin-firebase-lib cordova-plugin-firebasex |
Sure, dpa99c was quite active on the original plugin. |
I think this should be a feature request to ionic native team not @dpa99c. To use this in ionic we basically need Ionic-native/Firebase proxy file for the new version or make the old one point to firebasex plugin (with needed changes in API of course). |
It seems the discussion to coordinate the efforts is progressing nicely in dpa99c/cordova-plugin-firebasex#47 (comment). As a user of However, I understand So, may I suggest following for Ionic Native?
That is, of course, unless the updated Thanks! |
I'm gonna work on this part wrapper |
There has been no recent activity and this issue has been marked inactive. |
I'm submitting a ... (check one with "x")
[ ] bug report
[*] feature request
Current behavior:
https://github.com/arnesson/cordova-plugin-firebase has not been updated for 6 months.
Firebase sdk recently been updated and that breaks the plugin.
1057
https://github.com/wizpanda/cordova-plugin-firebase-lib which is a fork of the original plugin seems to be a good alternative.
Expected behavior:
Ionic native should provide working and up to date plugins.
Steps to reproduce:
start a new ionic project
install cordova-plugin-firebase
add platform android
run android
build failed
Other information:
All version of ionic are impacted as this issue doesn't depends of ionic/ionic-native
I could create a PR to reference cordova-plugin-firebase-lib instead of cordova-plugin-firebase but I don't know if you're ready to that change.
Also, it could be great that ionic native v4 get the update too, but I don't know what is your process about that
The text was updated successfully, but these errors were encountered: