Skip to content

What's the best way to migrate firestore db to supabase? #175

Discussion options

You must be logged in to vote

2023 update:

you can use either the migration tool:

https://github.com/supabase-community/firebase-to-supabase

Or you can use the firebase wrapper:

https://supabase.github.io/wrappers/firebase/

There's also a neat tool to help with the migration called "supashim": https://github.com/roboflow/supashim


2020 response:

Hey @inbytesdevteam, I did this in my previous startup. It is pretty much the origin story of Supabase.

There are 2 considerations:

  1. Migrating your data
  2. Keeping both systems in sync (if you cannot make a clean switch over, and you have to run them in parallel)

1. Migrating your data

You've got the right idea. The steps are:

  1. Export your data from Firebase. I used firestore-ba…

Replies: 11 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kasvith
Comment options

Answer selected by Ziinc
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kiwicopple
Comment options

Comment options

You must be logged in to vote
1 reply
@chrismclarke
Comment options

Comment options

You must be logged in to vote
2 replies
@thorwebdev
Comment options

@baptisteArno
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
8 participants
Converted from issue

This discussion was converted from issue #175 on November 15, 2020 05:16.