androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
467 stars 147 forks source link

Log in issue in android smart phone #38

Closed Ranjith1992 closed 5 years ago

Ranjith1992 commented 7 years ago

I created a sample google assinstant app for android smart phone by referring this code. But if i want to login from another Google account i need to change the credential.json file. How i can overcome this? There anyway to prompt Google account login for grpc authentication?

Fleker commented 7 years ago

At the moment there's not a good way to change the credentials without sharing the project with another person.

On Aug 22, 2017 10:53 PM, "Ranjith1992" notifications@github.com wrote:

I created a sample google assinstant app for android smart phone by referring this code. But if i want to login from another Google account i need to change the credential.json file. How i can overcome this? There anyway to prompt Google account login for grpc authentication?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/androidthings/sample-googleassistant/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/ADI58wXghmyROnJGuDvAYHr0_7eD6AN_ks5sa74-gaJpZM4O_hfg .

Ranjith1992 commented 7 years ago

I can see many other methods like withChannel,withCompression,withDeadlinewithInterceptors..etc How to use these instead of withCallCredentials.

CCCCoder commented 7 years ago

@Ranjith1992 Hi , Could you tell me how to integrate this on Android phone?

Ranjith1992 commented 7 years ago

@CCCCoder Hi,I refereed this application code and created an application for phone.

tanishkgupta commented 5 years ago

Hi @Ranjith1992 , Please help us by sharing details on how to integrate this on Android phone as well!