Skip to content
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

consider merging efforts with cordova-plugin-firebase #25

Closed
v3ss0n opened this issue Apr 27, 2017 · 4 comments
Closed

consider merging efforts with cordova-plugin-firebase #25

v3ss0n opened this issue Apr 27, 2017 · 4 comments

Comments

@v3ss0n
Copy link

v3ss0n commented Apr 27, 2017

Since both have analytics and for avoiding reinventing the wheel .
https://github.com/arnesson/cordova-plugin-firebase/commits/master

@FdezRomero
Copy link
Contributor

@v3ss0n The main problem with cordova-plugin-firebase is that it requires developers to drop phonegap-plugin-push and use this plugin instead, as it also handles notifications. This plugin only handles Firebase Analytics, and therefore works with the more advanced PhoneGap Push plugin.

@chemerisuk
Copy link
Owner

I think this thread can be closed, as those projects have different goals and therefore use different approaches.

@fcamblor
Copy link

@chemerisuk I guess this would be helpful to explicitely talk about differences between those 2 plugins in the README, as this is the first question that came to my head when I found cordova-plugin-firebase and cordova-plugin-firebase-analytics in the available cordova plugins

@hvaughan3
Copy link

@fcamblor The primary difference for me is that you cannot disable push notification integration when installing cordova-plugin-firebase. So if you use a different plugin for push notifications, you will most likely run into issue when also trying to install cordova-plugin-firebase.

I wish they would use a similar model to the cordova diagnostics plugin (not sure if its possible to do) and allow you to specify modules to load or not load at install time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants