LogoLogo
Github
  • 👋Welcome to Android-Credential-Manager Docs
  • 🖐️Getting Started
    • 🔧Installation
    • 📃Digitial Asset Linking
  • ➕Creating Credentials
    • Overview
    • Saving Username and Passwords
    • Creating a Passkey
    • Error Handling
  • 🧑‍💻Login Users
    • Overview
    • UserName and Password
    • Passkeys
    • Google Sign In
    • Error Handling
    • Performance Improvements
Powered by GitBook

2025 GuhanSenSam

On this page

Welcome to Android-Credential-Manager Docs

Android-Credential-Manager is an expo module for implementing the Credential Manager into your React native application.

NextInstallation

Last updated 3 months ago

Key Features

The Credential Manager is a native Android component that allows developers the ability for their users to easily authenticate themselves using..

  • Email and Password

  • Passkeys

  • Google Account Login

  • Custom Third Party It appears as a bottom card during your user's authentication flow by either the user clicking on a button (Manual Triggering) or you calling the package for the user when they enter a page (Implicit Calling).

👋