Reputation: 517
I'm trying to install the firebase plugin for Ionic, but running the command is the process like this, without advancing, it does not do anything.
$ ionic cordova plugin add cordova-plugin-firebase
> cordova plugin add cordova-plugin-firebase --save
Upvotes: 0
Views: 306
Reputation: 197
Just for understanding you entered:
ionic cordova plugin add cordova-plugin-firebase
and it should be:
`cordova plugin add cordova-plugin-firebase --save`
i tried and all worked fine with the last line for installing the plugin.
Upvotes: 1