Today after updating the play services in root folder I\'m facing the following problem . I\'m confused how to fix this.
Can anyone please help me to fix this ?
I lost 4 days to this, here are the exact steps that worked for me:
cordova build android
delete platforms folder
ionic cordova platform remove android
ionic cordova plugin remove cordova-plugin-firebase
ionic cordova plugin add cordova-plugin-firebase-lib@3.3.0
ionic cordova plugin add cordova-plugin-androidx-adapter
cordova build android
ionic cordova platform add android
cordova plugin add cordova-plugin-whitelist
ionic cordova emulate