# Google and Facebook Login on Android with Coroutines - Brady Aiello

DevFeed: [Google and Facebook Login on Android with Coroutines - Brady Aiello](<https://devfeed.tech/articles/google-and-facebook-login-on-android-with-coroutines-brady-aiello-38210.md>)

Original publisher: [Read original article](<https://touchlab.co/google-one-tap-facebook-login-android-coroutines>)

Published: 2021-08-04T03:51:40Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Coroutines](<https://devfeed.tech/topics/coroutines.md>), [Google](<https://devfeed.tech/topics/google.md>), [API](<https://devfeed.tech/topics/api.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [auth](<https://devfeed.tech/tags/auth.md>), [code](<https://devfeed.tech/tags/code.md>), [coroutines](<https://devfeed.tech/tags/coroutines.md>), [google](<https://devfeed.tech/tags/google.md>)

## AI overview

A tutorial on implementing Google One Tap and Facebook login on Android with coroutines and the Activity Result API. It discusses outdated documentation, updated API usage, callback registration, and Google One Tap limitations for accounts not signed in on the device.

## Source excerpt

How we use Google One Tap and Facebook login for some auth work for Touchlab clients. Code snippets included becuase it can be tricky with outdated docs.