TheLearningCurve / NutritionApiV3

0 stars 0 forks source link

Add the FireBase dependency #9

Closed KyletheWolff closed 8 years ago

KyletheWolff commented 8 years ago

This needs to be added to the pom.xml file

<dependency>
  <groupId>com.firebase</groupId>
  <artifactId>firebase-client-android</artifactId>
  <version>[2.5.0,)</version>
</dependency>