My Androidproject can't connect to the Firebase dependancy
up vote
0
down vote
favorite
Do anyone know how to get in touch with Firebase team? Because I've read all the other post on this topic and I'm still having this problem.... [Failed to resolve: firebase-database-15.0.0] I've updated and upgrading everything I could to no avail.
android firebase firebase-realtime-database firebase-authentication
add a comment |
up vote
0
down vote
favorite
Do anyone know how to get in touch with Firebase team? Because I've read all the other post on this topic and I'm still having this problem.... [Failed to resolve: firebase-database-15.0.0] I've updated and upgrading everything I could to no avail.
android firebase firebase-realtime-database firebase-authentication
2
firebase-database
is at 16.0.4. And the dependency iscom.google.firebase:firebase-database
, not justfirebase-database
.
– TheWanderer
Nov 21 at 19:41
I know, but every time I try to add the dependency from inside AS it always show this....app/build.gradle build.gradle will include these new dependencies: compile 'com.google.firebase:firebase-database:16.0.1:15.0.0'....and then throws the aforementioned.
– divsyntax
Nov 22 at 13:19
Never mind, it's working now! :) thanks! I guess you dnt need the dependency to connect from with-in AS.
– divsyntax
Nov 22 at 13:40
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Do anyone know how to get in touch with Firebase team? Because I've read all the other post on this topic and I'm still having this problem.... [Failed to resolve: firebase-database-15.0.0] I've updated and upgrading everything I could to no avail.
android firebase firebase-realtime-database firebase-authentication
Do anyone know how to get in touch with Firebase team? Because I've read all the other post on this topic and I'm still having this problem.... [Failed to resolve: firebase-database-15.0.0] I've updated and upgrading everything I could to no avail.
android firebase firebase-realtime-database firebase-authentication
android firebase firebase-realtime-database firebase-authentication
asked Nov 21 at 19:39
divsyntax
1
1
2
firebase-database
is at 16.0.4. And the dependency iscom.google.firebase:firebase-database
, not justfirebase-database
.
– TheWanderer
Nov 21 at 19:41
I know, but every time I try to add the dependency from inside AS it always show this....app/build.gradle build.gradle will include these new dependencies: compile 'com.google.firebase:firebase-database:16.0.1:15.0.0'....and then throws the aforementioned.
– divsyntax
Nov 22 at 13:19
Never mind, it's working now! :) thanks! I guess you dnt need the dependency to connect from with-in AS.
– divsyntax
Nov 22 at 13:40
add a comment |
2
firebase-database
is at 16.0.4. And the dependency iscom.google.firebase:firebase-database
, not justfirebase-database
.
– TheWanderer
Nov 21 at 19:41
I know, but every time I try to add the dependency from inside AS it always show this....app/build.gradle build.gradle will include these new dependencies: compile 'com.google.firebase:firebase-database:16.0.1:15.0.0'....and then throws the aforementioned.
– divsyntax
Nov 22 at 13:19
Never mind, it's working now! :) thanks! I guess you dnt need the dependency to connect from with-in AS.
– divsyntax
Nov 22 at 13:40
2
2
firebase-database
is at 16.0.4. And the dependency is com.google.firebase:firebase-database
, not just firebase-database
.– TheWanderer
Nov 21 at 19:41
firebase-database
is at 16.0.4. And the dependency is com.google.firebase:firebase-database
, not just firebase-database
.– TheWanderer
Nov 21 at 19:41
I know, but every time I try to add the dependency from inside AS it always show this....app/build.gradle build.gradle will include these new dependencies: compile 'com.google.firebase:firebase-database:16.0.1:15.0.0'....and then throws the aforementioned.
– divsyntax
Nov 22 at 13:19
I know, but every time I try to add the dependency from inside AS it always show this....app/build.gradle build.gradle will include these new dependencies: compile 'com.google.firebase:firebase-database:16.0.1:15.0.0'....and then throws the aforementioned.
– divsyntax
Nov 22 at 13:19
Never mind, it's working now! :) thanks! I guess you dnt need the dependency to connect from with-in AS.
– divsyntax
Nov 22 at 13:40
Never mind, it's working now! :) thanks! I guess you dnt need the dependency to connect from with-in AS.
– divsyntax
Nov 22 at 13:40
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53419418%2fmy-androidproject-cant-connect-to-the-firebase-dependancy%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
firebase-database
is at 16.0.4. And the dependency iscom.google.firebase:firebase-database
, not justfirebase-database
.– TheWanderer
Nov 21 at 19:41
I know, but every time I try to add the dependency from inside AS it always show this....app/build.gradle build.gradle will include these new dependencies: compile 'com.google.firebase:firebase-database:16.0.1:15.0.0'....and then throws the aforementioned.
– divsyntax
Nov 22 at 13:19
Never mind, it's working now! :) thanks! I guess you dnt need the dependency to connect from with-in AS.
– divsyntax
Nov 22 at 13:40