sioesi
sioesi

Reputation: 517

Install cordova-plugin-firebase

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

Answers (1)

Kai Lück
Kai Lück

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

Related Questions