Integration

Use Dependal with Firebase Auth

Route Firebase Auth email through Dependal for stronger operational visibility, verified sending domains, and transactional-email-first controls.

Best for

Firebase Auth email workflows

Setup mode: Custom email action handling or SMTP-compatible relay approach

  • Better visibility into auth email delivery
  • Cleaner handling of bounces and complaints
  • Transactional-email-first infrastructure without marketing clutter

Why use Dependal here?

Keep auth and product email flows simple, while gaining message logs, suppression hygiene, and production guardrails.

Step 1

Prepare Dependal

Verify your sending domain and create the credentials or API access needed for your implementation.

Step 2

Choose your Firebase email flow

Use your preferred Firebase Auth email action setup and wire delivery through Dependal.

Step 3

Match templates and sender identity

Keep your branding consistent with a verified From domain and tested templates.

Step 4

Validate auth journeys

Test verification, password reset, and email action flows before production rollout.

Example

Typical configuration

This is starter copy for your integration page. Adjust field names or hostnames if your final product docs differ.

Example sender:
Your Product 

Dependal endpoint:
POST https://api.dependal.com/v1/send

Headers:
content-type: application/json
x-api-key: dp-xxxxxxxx

Payload:
{
  "to": "user@example.com",
  "from": "Your Product ",
  "subject": "Verify your email",
  "html": "

Complete your sign in...

" }
What you get

Operational visibility

Track transactional email with clearer logs, enforced suppressions for hard bounces and complaints, and safer limits for production sending.

Next step

Go live with Dependal

Create your account, verify a sending domain, and connect your app using API or SMTP.

Get Started