Why does adding firebase-auth using firebase assistant in android studio bring errros to my gradle build?...
I am using android studio 3.2 building a mobile app with minSdkVersion 21 and targetSdkVersion 28 and also using java.
When I open up my Firebase assistant, I am successfully connected to the Firebase project of my app
but the issue comes when I try adding firebase Authentication to my app or a realtime-database, The firebase assistant tool adds implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' to my build.gradle file but this causes errors as I build my app.
Some solutions here about the same issue suggest that I delete the ":15.0.0" part from implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' so that I am left with implementation 'com.google.firebase:firebase-auth:16.0.1'.
My gradle builds with no errors after doing that but this disconnects my app to the firebase-auth services.
Can anyone please help me fix this issue? Thanks
firebase android-studio-3.2
closed as unclear what you're asking by Frank van Puffelen, Jay, Persijn, Styx, EdChum Dec 28 '18 at 22:51
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am using android studio 3.2 building a mobile app with minSdkVersion 21 and targetSdkVersion 28 and also using java.
When I open up my Firebase assistant, I am successfully connected to the Firebase project of my app
but the issue comes when I try adding firebase Authentication to my app or a realtime-database, The firebase assistant tool adds implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' to my build.gradle file but this causes errors as I build my app.
Some solutions here about the same issue suggest that I delete the ":15.0.0" part from implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' so that I am left with implementation 'com.google.firebase:firebase-auth:16.0.1'.
My gradle builds with no errors after doing that but this disconnects my app to the firebase-auth services.
Can anyone please help me fix this issue? Thanks
firebase android-studio-3.2
closed as unclear what you're asking by Frank van Puffelen, Jay, Persijn, Styx, EdChum Dec 28 '18 at 22:51
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am using android studio 3.2 building a mobile app with minSdkVersion 21 and targetSdkVersion 28 and also using java.
When I open up my Firebase assistant, I am successfully connected to the Firebase project of my app
but the issue comes when I try adding firebase Authentication to my app or a realtime-database, The firebase assistant tool adds implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' to my build.gradle file but this causes errors as I build my app.
Some solutions here about the same issue suggest that I delete the ":15.0.0" part from implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' so that I am left with implementation 'com.google.firebase:firebase-auth:16.0.1'.
My gradle builds with no errors after doing that but this disconnects my app to the firebase-auth services.
Can anyone please help me fix this issue? Thanks
firebase android-studio-3.2
I am using android studio 3.2 building a mobile app with minSdkVersion 21 and targetSdkVersion 28 and also using java.
When I open up my Firebase assistant, I am successfully connected to the Firebase project of my app
but the issue comes when I try adding firebase Authentication to my app or a realtime-database, The firebase assistant tool adds implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' to my build.gradle file but this causes errors as I build my app.
Some solutions here about the same issue suggest that I delete the ":15.0.0" part from implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' so that I am left with implementation 'com.google.firebase:firebase-auth:16.0.1'.
My gradle builds with no errors after doing that but this disconnects my app to the firebase-auth services.
Can anyone please help me fix this issue? Thanks
firebase android-studio-3.2
firebase android-studio-3.2
edited Jan 2 at 18:56
JSDBroughton
3,02532045
3,02532045
asked Dec 28 '18 at 11:10
Kuteesa JoshuaKuteesa Joshua
43
43
closed as unclear what you're asking by Frank van Puffelen, Jay, Persijn, Styx, EdChum Dec 28 '18 at 22:51
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Frank van Puffelen, Jay, Persijn, Styx, EdChum Dec 28 '18 at 22:51
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes