From 4960cb4dcdba55066ae94a213b0cf53be160fe19 Mon Sep 17 00:00:00 2001
From: melvinabraham <melvin.abraham1996@gmail.com>
Date: Fri, 21 Apr 2017 20:01:57 +0530
Subject: [PATCH] Database Dependencies added

---
 app/build.gradle         |  2 ++
 app/google-services.json | 25 +++++++++++++++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 2803c2f..dda5f6d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -33,10 +33,12 @@ dependencies {
     compile 'com.android.volley:volley:1.0.0'
     compile 'com.android.support.constraint:constraint-layout:1.0.2'
     compile 'com.google.firebase:firebase-storage:10.2.0'
+    compile 'com.google.firebase:firebase-database:10.0.1'
     testCompile 'junit:junit:4.12'
 }
 
 
 
 
+
 apply plugin: 'com.google.gms.google-services'
\ No newline at end of file
diff --git a/app/google-services.json b/app/google-services.json
index 02c3aa3..fcdf901 100644
--- a/app/google-services.json
+++ b/app/google-services.json
@@ -14,6 +14,22 @@
         }
       },
       "oauth_client": [
+        {
+          "client_id": "990195871014-d2mucdh13god1upvggdmmsokv0evq3tl.apps.googleusercontent.com",
+          "client_type": 1,
+          "android_info": {
+            "package_name": "com.mapps.seproject",
+            "certificate_hash": "277e910f343fde235259e5aa4505bf4b134936e0"
+          }
+        },
+        {
+          "client_id": "990195871014-lemh310h84bdtp4tpenpd036qlan3ef1.apps.googleusercontent.com",
+          "client_type": 1,
+          "android_info": {
+            "package_name": "com.mapps.seproject",
+            "certificate_hash": "e9ecd69df9654947e97e8525cb986cc62c9c2935"
+          }
+        },
         {
           "client_id": "990195871014-p3cmfdl1ec1thi8uqkk86hjs09ojenet.apps.googleusercontent.com",
           "client_type": 3
@@ -29,8 +45,13 @@
           "status": 1
         },
         "appinvite_service": {
-          "status": 1,
-          "other_platform_oauth_client": []
+          "status": 2,
+          "other_platform_oauth_client": [
+            {
+              "client_id": "990195871014-p3cmfdl1ec1thi8uqkk86hjs09ojenet.apps.googleusercontent.com",
+              "client_type": 3
+            }
+          ]
         },
         "ads_service": {
           "status": 2
-- 
GitLab