We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95689f5 commit 9b65819Copy full SHA for 9b65819
.travis.yml
@@ -0,0 +1 @@
1
+language: java
database/build.gradle
@@ -15,7 +15,7 @@ repositories {
15
16
dependencies {
17
// Firebase Java SDK
18
- compile 'com.google.firebase:firebase-admin:5.3.1'
+ compile 'com.google.firebase:firebase-admin:5.8.0'
19
20
// Sundial Job Scheduler
21
compile 'org.knowm:sundial:2.1.1'
database/src/main/java/com/google/firebase/quickstart/Database.java
@@ -33,7 +33,7 @@
33
*/
34
public class Database {
35
36
- private static final String DATABASE_URL = "https://<YOUR-DATABSE>.firebaseio.com/";
+ private static final String DATABASE_URL = "https://<YOUR-DATABASE>.firebaseio.com/";
37
38
private static DatabaseReference database;
39
0 commit comments