Skip to content

itsallan/firebase-realtimedb-to-supabase

Repository files navigation

Firebase Realtime db Data Migration to supabase

Effortlessly Migrate your firebase realtime database data to supabase

Demo Video

demo_video.mp4

Getting Started

Export Data from Firebase:

  1. Go to your Firebase dashboard and navigate to the Realtime Database section.
  2. Choose the specific database path you want to export
  3. On the right side, click on "Export".
  4. Visit Firebase realtimedb to supabase web and upload your exported JSON format from Firebase.
  5. Click "Generate Column Titles" and carefully read the instructions on the page.

Prepare Supabase:

  1. Go to your Supabase dashboard.
  2. Create a table of your choice in your Supabase database.
  3. Make sure to turn off row-level security for this table.
  4. Add the column titles and their data types as they were generated on the website page.

Push Data to Supabase:

  1. Return to the Website and click on the "Continue" button.
  2. Enter the name of the table you created on your Supabase database dashboard.
  3. Provide the project URL obtained from Supabase.
  4. Include the API key as well.
  5. Click the button below to start uploading your JSON data. You'll see a progress bar indicating the transfer status.

Contributing

How to contribute ?

  1. Download source code
  2. Make sure you have Webpack & Framework7 installed

Authors

Badges

Made with Supabase

About

Effortlessly Migrate your firebase realtime database data to supabase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages