diff --git a/app/build.gradle b/app/build.gradle
index ed4c2056d..a81c82c83 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,8 +1,7 @@
apply plugin: 'com.android.application'
-
apply plugin: 'kotlin-android'
-
apply plugin: 'kotlin-android-extensions'
+apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 29
@@ -55,5 +54,10 @@ dependencies {
implementation 'androidx.ui:ui-layout:0.1.0-dev02'
implementation 'androidx.ui:ui-material:0.1.0-dev02'
+ // add the Firebase SDK for Google Analytics
+
+ // add SDKs for any other desired Firebase products
+ // https://firebase.google.com/docs/android/setup#available-libraries
+
implementation project(':geeksville-androidlib')
}
diff --git a/app/google-services.json b/app/google-services.json
new file mode 100644
index 000000000..053b6705e
--- /dev/null
+++ b/app/google-services.json
@@ -0,0 +1,40 @@
+{
+ "project_info": {
+ "project_number": "484268767777",
+ "firebase_url": "https://meshutil.firebaseio.com",
+ "project_id": "meshutil",
+ "storage_bucket": "meshutil.appspot.com"
+ },
+ "client": [
+ {
+ "client_info": {
+ "mobilesdk_app_id": "1:484268767777:android:341f38a29ecbe9b0334160",
+ "android_client_info": {
+ "package_name": "com.geeksville.meshutil"
+ }
+ },
+ "oauth_client": [
+ {
+ "client_id": "484268767777-hqiigdj947ih0otlcs4snj347g4hhgbj.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ],
+ "api_key": [
+ {
+ "current_key": "AIzaSyDP5YQqMCXx08xLFm3sIK9kDcIxI7qwL-c"
+ }
+ ],
+ "services": {
+ "appinvite_service": {
+ "other_platform_oauth_client": [
+ {
+ "client_id": "484268767777-hqiigdj947ih0otlcs4snj347g4hhgbj.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "configuration_version": "1"
+}
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 599edd594..b9c396bad 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,11 +12,26 @@
+
+
+
+
+
+
+
+