Providers
UAIF supports multiple providers across authentication, database, and storage segments.
Available Providers
Authentication
| Provider | Package | Status | Docs |
|---|---|---|---|
| Clerk | @uaif/adapter-clerk | Available | → |
| Firebase Auth | @uaif/adapter-firebase-auth | Available | → |
Database
| Provider | Package | Status | Docs |
|---|---|---|---|
| MongoDB | @uaif/adapter-mongodb | Available | → |
Storage
| Provider | Package | Status | Docs |
|---|---|---|---|
| Cloudinary | @uaif/adapter-cloudinary | Available | → |
Registry-Only Providers
These providers are registered in the UAIF registry but do not yet have installable adapter packages:
| Provider | Segment | SDK |
|---|---|---|
| PostgreSQL | Database | pg |
| S3 | Storage | @aws-sdk/client-s3 |
INFO
Registry-only providers are available for future adapter development. If you need a provider that doesn't have an adapter yet, see Creating Adapters.
Provider Status Legend
| Status | Meaning |
|---|---|
| Available | Adapter package exists and can be installed |
| Registry | Provider defined in registry, no adapter |
| Deprecated | Still works, but will be removed |