Всем привет. Если кратко: то я не могу разобраться: как подключить проект к Firebase (или создать).
Пробовал по видео из доков Firebase и через синхронизацию с гуглом.
Второй вариант по этому видосу:
https://youtu.be/CXUTA-h1wds
Новых проектов в Firebase не появляется.
Вот скрин с build.gradle (может пригодится)
Вот такую
ошибкуAll com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, 26.1.0. Examples include com.android.support:animated-vector-drawable:28.0.0 and com.android.support:support-media-compat:26.1.0
Inspection info:There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion).
выдает.
Проблемы с версиями библиотек. Не знаю, может это быть причиной или нет.