This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Description
The "Connect to Firebase" tutorial in Lesson 1 mentions that I should paste my Firebase root URL in the project properties. However, in the latest git repo there seems to be no such file included in the project. As a result I cannot add my URL and I get the error below when importing the project into Android Studio.
Error:(29, 0) Could not find property 'UniqueFirebaseRootUrl' on com.android.build.gradle.AppExtension_Decorated@2c58abb4.
Open File
I tried adding a file with this name manually from Android Studio and from the file system (and declaring the variable that way) but this does not work.
What am I doing wrong here?
Thanks for any help!