Skip to content

Commit

Permalink
FirebaseDatabase Android + Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamontes79 committed Mar 12, 2018
1 parent 1637d1b commit 8b32960
Show file tree
Hide file tree
Showing 46 changed files with 3,545 additions and 2,910 deletions.
6 changes: 5 additions & 1 deletion Droid/Activities/GoogleLoginActivity.cs
Expand Up @@ -46,8 +46,12 @@ protected override void OnCreate(Bundle savedInstanceState)
.RequestProfile()
.Build();

String token1 = "2485447395-g5sdqpgfdjklgo2f1ir84s0cedsdqgv1.apps.googleusercontent.com";
String token2 = "2485447395-rd5andaqok9itd0pkenah7jml4dioica.apps.googleusercontent.com";
String token3 = "2485447395-h5buvvf05c44j54cmlg3qcnrndi0fd99.apps.googleusercontent.com";
GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DefaultSignIn)
.RequestIdToken("2485447395-g5sdqpgfdjklgo2f1ir84s0cedsdqgv1.apps.googleusercontent.com")
.RequestIdToken(token2)
.RequestEmail()
.Build();

mGoogleApiClient = new GoogleApiClient.Builder(this)
Expand Down
1 change: 1 addition & 0 deletions Droid/MainActivity.cs
Expand Up @@ -38,6 +38,7 @@ private void InitFirebaseAuth()
var options = new FirebaseOptions.Builder()
.SetApplicationId("1:2485447395:android:1bf7180db061f771")
.SetApiKey("AIzaSyBdszK9ZCwbukS8Qb1iZ_LCXVq2os-KYJA")
.SetDatabaseUrl("https://fir-sample-d9469.firebaseio.com")
.Build();


Expand Down

0 comments on commit 8b32960

Please sign in to comment.