Re: [google-appengine] Google App Engine Android Facebook login

2015-10-23 Thread Ruben A.
Les, I have a quick question for you. Above you state: "If you expect a small number of users, at least to start with - use Firebase. If you already have a lot of users or expect lots of users -- use Identity Toolkit." I am not looking for an exact number, but would you consider 50k users 'sm

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-11 Thread 'Les Vogel' via Google App Engine
I should have it published before 2pm today. On Sat, Jul 11, 2015 at 9:16 AM, Shruthi Sharat wrote: > Hi, > >Thank you for the reply. I will be waiting for that sample code. > > How do I validate the id token in my app engine back end which i am > getting from the toolkit? Can you please pro

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-11 Thread Shruthi Sharat
Hi, Thank you for the reply. I will be waiting for that sample code. How do I validate the id token in my app engine back end which i am getting from the toolkit? Can you please provide some kind of documents or sample code. Regards, Shruthi Kumbham On Fri, Jul 10, 2015 at 12:19 AM, 'Les V

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-09 Thread 'Les Vogel' via Google App Engine
Firebase Auth is easy to get started with and use. Your connecting 3rd party auth to it. (The folks from Firebase might describe this differently) Identity Toolkit is fairly robust and will scale to millions of users. If you expect a small number of users, at least to start with - use Firebase.

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-09 Thread Shruthi Sharat
Hi, Thank You. Please let me know how is Firebase and Identity Toolkit differs ? I am not able to decide which one to go with. Can I have my backend code and database running on App Engine and just use Firebase for authentication and sessions ? If Yes, how can i connect my Firebase with my App E

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-06 Thread 'Les Vogel' via Google App Engine
Hope to have an example published by Tuesday of next week. Les On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat wrote: > Thank you so much for reply. > > I could able to use the identity toolkit API and able to login via G+ and > facebook. But I am not able to access my endpoints by logging in

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-03 Thread Shruthi Sharat
Thank you so much for reply. I could able to use the identity toolkit API and able to login via G+ and facebook. But I am not able to access my endpoints by logging into G+ or Facebook. Please let me know the procedure to do it. I can't find any documentation also.It will be a great help. Rega

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-01 Thread 'Les Vogel' via Google App Engine
Hi Shruthi, You might wish to take a look at the Google Identity Toolkit Libraries(Java , & Go ) & Samples (Android

[google-appengine] Google App Engine Android Facebook login

2015-07-01 Thread Shruthi Sharat
Hi, I am working on Mobile application which has a Google App Engine backend, now i am able to login with G+ and access the APIs created in backend with oAuth. How can I access my backend APIs by logging in with any other social media platforms like facebook and twitter. How can i sync t