The application does not launch on the phone

Спасибо Taifun!!
Я поставил эту программу и отследил следующую ошибку:
01-28 09:52:31.686 5600 5600 E AndroidRuntime: Caused by: java.lang.IllegalStateException: For a custom firebase host you must first set your authentication server before using authentication features!
Дальнейший поиск дал решение проблемы:
При создании базы данных в Firebase необходимо выбирать регион "us-central" !!! Тогда всё работает.

(
[dora_paz]

Your firebase’s location in not US-central and this is giving error For a custom firebase host you must first set your authentication server before using authentication features! In order to avoid it create a new project and set location to us-central )