> ## Documentation Index
> Fetch the complete documentation index at: https://bilt.me/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sign-in & users

> Let people create accounts and log into your app

Bilt Cloud handles accounts for your app — sign up, log in, and sessions — on the **Users** tab under **Settings → Database**. If it's not on yet, click **Enable Auth** (or just ask Bilt to add sign-in and it switches on automatically).

## Sign-in methods

* **Email** — classic email + password sign-up, with a Verified / Not verified status per account
* **Apple** — native iOS only. Connect your Apple Developer account first; Bilt handles the rest
* **Google** — works on iOS and Android. Create a client ID once in Google Cloud, paste it into the **Web OAuth client ID** field, and Bilt wires it into your app

Once a provider is on, click **Add to your app →** to have Bilt build the sign-in button into your screens.

<Note>
  GitHub, Facebook, Discord, and Twitter sign-in are marked **Soon** in the dashboard — they're not available yet.
</Note>

## See who signed up

The Users list shows every account — email, how they signed in, when they signed up, last sign-in, and verification status — 50 per page. You can **delete a user** permanently from here (Bilt asks you to confirm).

## Sign-in on the web

If your app also runs as a web app on another address, add that address under **Advanced → Redirect URIs** so sign-in can complete there. Your app's own address always works without setup.

## Ask for it in chat

```text theme={null}
Add sign up and log in screens. After login, show the home screen.
```

```text theme={null}
Add "Sign in with Google" next to the email login.
```

<Card title="Questions? We're happy to help" icon="circle-question" href="mailto:support@bilt.me">
  Email [support@bilt.me](mailto:support@bilt.me), or ask in the [Discord community](https://discord.gg/9Y8vpDAhbD).
</Card>
