k0shk0sh / firebase-to-supabase-auth-migrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebase-to-supabase-auth-migrator

A bunch of simple scripts to help migrate your Firebase Auth users into Supabase Auth.

Installation

Install dependencies

  1. yarn or npm install
  2. Ensure you have access to the Firebase project you are about to export from.

Usage

  1. Ready your:
    1. Firebase project ID
    2. Supabase Postgres connection string — you can grab it from https://app.supabase.io/project/<ref>/settings/database
  2. yarn setup
  3. yarn export
  4. yarn import

About

License:MIT License


Languages

Language:TypeScript 100.0%