Android accounts & sign-in
Letting people into the app — Google and platform sign-in, email flows, and sessions that behave.
What we build
Google Sign-In and platform auth, email with verification and reset, and the session lifecycle: staying signed in, expiring safely, surviving a token refresh. Decline this if the app has no accounts. The identity provider and token side lives in authentication & identity integration; this service is the in-app experience.
What you get
- Google Sign-In working on a real device
- Sessions that survive an app restart and refresh expired tokens without signing the user out, each covered by a test
How the work unfolds
- Integrate Google Sign-In and platform auth
- Build email auth flows with verification
- Wire the session lifecycle to the backend
What shapes the price
Before you see a number, our scoping conversation asks:
- Should people be able to sign up with an email address and password, as well as Google? Email auth brings verification and password-reset flows — up to three days. If authentication & identity integration is on the plan, the provider set is decided there — mirror its answers instead of asking the client again.
How an engagement starts
This work builds on Android app foundations & setup, so scope, boundaries and constraints are agreed before anything is built.