Updating the plugin is like changing the dependency classpath mentioned in the project gradle file . For this please open Project level build. gradle file located outside all the modules. This is the Top-level build file where you can add configuration options common to all sub-projects/modules.
Read moreHow do I update my Gradle version on ionic?
Updating Gradle version for Cordova mobile apps
Read moreHow do I update Gradle plugins?
Method 1
Read moreHow do you fix could not parse the Android application module’s gradle config?
Just go to your build. gradle (module app) and comment out most of them or all of them (to find out which one) , sync again ignore all error for now and try connecting to firebase again if it’s successful then you can go back to your build. gradle and uncomment them to fix errors.31 Tem 2020
Read moreHow do you resolve Gradle build issues and resync?
You can resolve this error message by adding the system property -Djava.
Read moreCan’t connect to firebase in Android Studio?
You will receive this error if you have open different accounts between Android Studio and Firebase . Because the Firebase assistant attempts to contact the Firebase service with your account registered in Android Studio. You can resolve this error by selecting the Add account option in Android Studio.
Read more