Skip to content

charlotteliang/Supabase-To-Firebase-Migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supabase to Firebase Migration Tools

This repository contains tools and documentation for migrating a project from Supabase to Firebase.

This migration toolkit supports two distinct paths depending on your target Firebase database:

1. Supabase PostgreSQL -> Firebase Firestore (NoSQL)

2. Supabase PostgreSQL -> Firebase Data Connect (PostgreSQL)

Repository Structure

  • migration_to_SQL/: Tools and guides for migrating to Firebase Data Connect (PostgreSQL).
  • migration_to_firestore/: Tools and guides for migrating to Firestore (NoSQL).

Quick Start

  1. Choose your path above based on your desired database (NoSQL vs SQL).
  2. Navigate to the corresponding directory or open the guide linked above.
  3. Follow the specific instructions in that guide to setup your credentials and run the migration scripts.

Common Prerequisites

  • Node.js: Required for running migration scripts.
  • Supabase Project: Access to your source project credentials.
  • Firebase Project: A target project with the appropriate services (Firestore or Data Connect) enabled.

About

A migration guide for migrating from Supabase to Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors