© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2mo ago•
2 replies
! FROZIAK

firebase auth migrate to supabase auth

hi yall i'm trying to migrate about 950 user from my firebase auth project to supabase using official migrate steps on: https://supabase.com/docs/guides/platform/migrating-to-supabase/firebase-auth but in step of importing i have following error:
node:internal/process/promises:394
    triggerUncaughtException(err, true /* fromPromise */);
    ^

Error: getaddrinfo ENOTFOUND db.[my project id here].supabase.co
    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'db.[my project id here].supabase.co'
}

Node.js v22.20.0
node:internal/process/promises:394
    triggerUncaughtException(err, true /* fromPromise */);
    ^

Error: getaddrinfo ENOTFOUND db.[my project id here].supabase.co
    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'db.[my project id here].supabase.co'
}

Node.js v22.20.0

Anyone know how to resolve it?
Migrate from Firebase Auth to Supabase | Supabase Docs
Migrate Firebase auth users to Supabase Auth.
Migrate from Firebase Auth to Supabase | Supabase Docs
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Using Firebase Auth with Supabase Storage
SupabaseSSupabase / help-and-questions
5mo ago
Migrate or Sync Supabase Auth with NextAuth
SupabaseSSupabase / help-and-questions
3y ago
Supabase Auth instead of Auth0?
SupabaseSSupabase / help-and-questions
7mo ago
Firebase Auth Migration
SupabaseSSupabase / help-and-questions
2mo ago