You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help.I need to migrate my code base.Am so madly in love with the new firebase features.I followed all the instructions by altering all my build.gradle files in android studio just to start using the new features but this is what I keep getting...Error Failed to resolve: com.google.firebase:firebase-auth:9.0.0,Error Failed to resolve: com.google.firebase:firebase-database:9.0.0.Please help..Thanks
The text was updated successfully, but these errors were encountered:
The 9.0.0 versions of the com.google.android.gms:* and com.google.firebase:* packages were just released in the SDK manager so it's likely you just need to update.
In Android Studio:
Click Tools > Android > SDK Manager
Click into the SDK Tools tab
Select and install Google Play Services (rev 30) and Google Repository (rev 26). See the image below.
Help.I need to migrate my code base.Am so madly in love with the new firebase features.I followed all the instructions by altering all my build.gradle files in android studio just to start using the new features but this is what I keep getting...
Error Failed to resolve: com.google.firebase:firebase-auth:9.0.0
,Error Failed to resolve: com.google.firebase:firebase-database:9.0.0
.Please help..ThanksThe text was updated successfully, but these errors were encountered: