Starting to convert to Google Firebase backend. Authentication working and starting on WebApiConnection

This commit is contained in:
Graham Jones
2022-03-18 18:13:07 +00:00
parent 5b877820c4
commit 542fc42e5d
12 changed files with 192 additions and 400 deletions

View File

@@ -10,6 +10,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.google.gms:google-services:4.3.10'
}
}
allprojects {
@@ -19,6 +20,7 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
google()
//maven { url 'https://jitpack.io' }
}
tasks.withType(JavaCompile) {