Skip to content

Commit

Permalink
Merge branch 'main' into ludralph-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Jan 17, 2025
2 parents 511fda0 + 1b29919 commit ca90c0e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/300-accelerate/600-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,21 @@ Using on-demand cache invalidation in these scenarios helps keep only the necess
## How does Accelerate count queries for billing?

Accelerate counts queries at the Prisma Client invocation level. A single Prisma query may translate into multiple SQL statements under the hood, but it will only count as one query for billing purposes. This ensures straightforward, predictable billing that reflects the Prisma Client usage rather than the complexity of the underlying SQL operations.

## How do I switch from GitHub login to email and password login?

If you previously signed up using GitHub and want to switch to email and password login, follow these steps:

### 1. Verify Your GitHub Email Address
- Check the primary email address associated with your GitHub account (e.g., from your GitHub profile or notification settings).

### 2. Create a New Email/Password Account
- Go to the email/password sign-up page.
- Use the **same email address** linked to your GitHub account to create the new account.
- Our system will automatically connect your new email/password account to your existing data.

### 3. Test Your Login
- Log out and try logging in with your email and the password you just created.

> **Note**: If you encounter any issues, please contact our support team for help linking your accounts.

0 comments on commit ca90c0e

Please sign in to comment.