I am trying to perform phone authentication using firebase in my app(ionic V-4).After creating the app, I just added the android/ios platforms using the below commands:
ionic cordova platform add android
ionic cordova platform add ios
Then tried to install firebase plugin like this:
ionic cordova plugin add cordova-plugin-firebase
It is throwing this error:
I am developing the app in windows.
