Export from Firebase
Export users with the Firebase Admin SDK, including provider data, custom claims, password hash metadata, disabled state, and email verification state.
Firebase Authentication migration
Move Firebase Authentication users and provider identities to Authdog while adding tenant-aware access control, enterprise SSO, and portable identity APIs.
Bring your identity data
Map existing identities into Authdog while your current system keeps serving production traffic. Validate data and sign-in behavior before changing application routes.
Migration plan
Export users with the Firebase Admin SDK, including provider data, custom claims, password hash metadata, disabled state, and email verification state.
Preserve Firebase uid values as external identifiers, normalize linked provider records, and translate custom claims into Authdog roles, permissions, or metadata.
Import supported password hashes and parameters where compatible. Route unsupported credentials through a progressive migration or password recovery flow.
Validate Authdog tokens alongside Firebase ID tokens during transition. Move clients in cohorts, update backend verification, then disable writes to Firebase Authentication.
Run migration rehearsals against an isolated Authdog environment. Compare user counts, identity links, claims, and authorization outcomes. Switch production only after your acceptance checks pass.
Create an isolated Authdog environment, test your import, and plan a cutover that works for your users.