udacity / ShoppingListPlusPlus

ShoppingListPlusPlus is the companion Android app for the Udacity course Firebase Essentials : Build a Collaborative Shopping List App. https://www.udacity.com/course/firebase-essentials-for-android--ud009
179 stars 205 forks source link

Could not find property 'UniqueFirebaseRootUrl' #8

Closed Isabellle closed 8 years ago

Isabellle commented 8 years ago
Error:(29, 0) Could not find property 'UniqueFirebaseRootUrl' on com.android.build.gradle.AppExtension_Decorated@1f9b2a40.
<a href="openFile:C:\Users\Training\Desktop\ShoppingListPlusPlus-master\app\build.gradle">Open File</a>
Isabellle commented 8 years ago

Solved: To fix this error, you need to add a value for UniqueFirebaseUrl in your gradle.properties file. You should create a file and add a line that looks like this: UniqueFirebaseRootUrl = "https://shoppinglistplspls.firebaseio.com/" (Just remember to replace the URL with you unique Firebase URL!)