M
M
mopsicus2017-01-19 16:17:39
Google
mopsicus, 2017-01-19 16:17:39

How to make Google Sign In in AAR module?

I want to make a simple google login plugin. I do everything according to the manuals, but when called

Intent signInIntent = Auth.GoogleSignInApi.getSignInIntent (apiClient);
startActivityForResult(signInIntent, RC_GET_AUTH_CODE);

signInIntent is always null. Why can this happen?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2017-01-19
@GavriKos

https://developers.google.com/identity/sign-in/and... - is this exactly where they did everything?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question