Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손장민
/
FirebaseAuth
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
한윤범
2017-10-14 16:22:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
816a75aa8d61f506a1af32fa4a99962868319ac0
816a75aa
1 parent
ad8cb0d2
Authentication progress
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
app/build.gradle
app/google-services.json
app/build.gradle
View file @
816a75a
...
...
@@ -37,6 +37,7 @@ dependencies {
compile
'com.firebaseui:firebase-ui-database:0.4.0'
compile
'com.android.support:design:25.3.1'
compile
'com.squareup.picasso:picasso:2.5.2'
compile
'com.google.firebase:firebase-messaging:11.0.2'
testCompile
'junit:junit:4.12'
}
...
...
@@ -44,4 +45,5 @@ dependencies {
apply
plugin:
'com.google.gms.google-services'
\ No newline at end of file
...
...
app/google-services.json
View file @
816a75a
...
...
@@ -15,6 +15,22 @@
},
"oauth_client"
:
[
{
"client_id"
:
"650248608909-ec0lmm0sc6eta6bh0n352ked4hcsib83.apps.googleusercontent.com"
,
"client_type"
:
1
,
"android_info"
:
{
"package_name"
:
"com.example.user.firebaseauthdemo"
,
"certificate_hash"
:
"5f1b9292b03185375633920add453f9d6a6c85e5"
}
},
{
"client_id"
:
"650248608909-s9d6m2b6fb1vd7e73h6cf9diqv07b10g.apps.googleusercontent.com"
,
"client_type"
:
1
,
"android_info"
:
{
"package_name"
:
"com.example.user.firebaseauthdemo"
,
"certificate_hash"
:
"d9e510bf720b02881352e4b3a3b234404aae435f"
}
},
{
"client_id"
:
"650248608909-hdue5s7mau87ansut50cjnruf9o7gg5b.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"
:
"650248608909-hdue5s7mau87ansut50cjnruf9o7gg5b.apps.googleusercontent.com"
,
"client_type"
:
3
}
]
},
"ads_service"
:
{
"status"
:
2
...
...
Please
register
or
login
to post a comment