Showing
2 changed files
with
25 additions
and
2 deletions
... | @@ -37,6 +37,7 @@ dependencies { | ... | @@ -37,6 +37,7 @@ dependencies { |
37 | compile 'com.firebaseui:firebase-ui-database:0.4.0' | 37 | compile 'com.firebaseui:firebase-ui-database:0.4.0' |
38 | compile 'com.android.support:design:25.3.1' | 38 | compile 'com.android.support:design:25.3.1' |
39 | compile 'com.squareup.picasso:picasso:2.5.2' | 39 | compile 'com.squareup.picasso:picasso:2.5.2' |
40 | + compile 'com.google.firebase:firebase-messaging:11.0.2' | ||
40 | testCompile 'junit:junit:4.12' | 41 | testCompile 'junit:junit:4.12' |
41 | } | 42 | } |
42 | 43 | ||
... | @@ -44,4 +45,5 @@ dependencies { | ... | @@ -44,4 +45,5 @@ dependencies { |
44 | 45 | ||
45 | 46 | ||
46 | 47 | ||
48 | + | ||
47 | apply plugin: 'com.google.gms.google-services' | 49 | apply plugin: 'com.google.gms.google-services' |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -15,6 +15,22 @@ | ... | @@ -15,6 +15,22 @@ |
15 | }, | 15 | }, |
16 | "oauth_client": [ | 16 | "oauth_client": [ |
17 | { | 17 | { |
18 | + "client_id": "650248608909-ec0lmm0sc6eta6bh0n352ked4hcsib83.apps.googleusercontent.com", | ||
19 | + "client_type": 1, | ||
20 | + "android_info": { | ||
21 | + "package_name": "com.example.user.firebaseauthdemo", | ||
22 | + "certificate_hash": "5f1b9292b03185375633920add453f9d6a6c85e5" | ||
23 | + } | ||
24 | + }, | ||
25 | + { | ||
26 | + "client_id": "650248608909-s9d6m2b6fb1vd7e73h6cf9diqv07b10g.apps.googleusercontent.com", | ||
27 | + "client_type": 1, | ||
28 | + "android_info": { | ||
29 | + "package_name": "com.example.user.firebaseauthdemo", | ||
30 | + "certificate_hash": "d9e510bf720b02881352e4b3a3b234404aae435f" | ||
31 | + } | ||
32 | + }, | ||
33 | + { | ||
18 | "client_id": "650248608909-hdue5s7mau87ansut50cjnruf9o7gg5b.apps.googleusercontent.com", | 34 | "client_id": "650248608909-hdue5s7mau87ansut50cjnruf9o7gg5b.apps.googleusercontent.com", |
19 | "client_type": 3 | 35 | "client_type": 3 |
20 | } | 36 | } |
... | @@ -29,8 +45,13 @@ | ... | @@ -29,8 +45,13 @@ |
29 | "status": 1 | 45 | "status": 1 |
30 | }, | 46 | }, |
31 | "appinvite_service": { | 47 | "appinvite_service": { |
32 | - "status": 1, | 48 | + "status": 2, |
33 | - "other_platform_oauth_client": [] | 49 | + "other_platform_oauth_client": [ |
50 | + { | ||
51 | + "client_id": "650248608909-hdue5s7mau87ansut50cjnruf9o7gg5b.apps.googleusercontent.com", | ||
52 | + "client_type": 3 | ||
53 | + } | ||
54 | + ] | ||
34 | }, | 55 | }, |
35 | "ads_service": { | 56 | "ads_service": { |
36 | "status": 2 | 57 | "status": 2 | ... | ... |
-
Please register or login to post a comment