Effortlessly Migrate your firebase realtime database data to supabase
demo_video.mp4
- Go to your Firebase dashboard and navigate to the Realtime Database section.
- Choose the specific database path you want to export
- On the right side, click on "Export".
- Visit Firebase realtimedb to supabase web and upload your exported JSON format from Firebase.
- Click "Generate Column Titles" and carefully read the instructions on the page.
- Go to your Supabase dashboard.
- Create a table of your choice in your Supabase database.
- Make sure to turn off row-level security for this table.
- Add the column titles and their data types as they were generated on the website page.
- Return to the Website and click on the "Continue" button.
- Enter the name of the table you created on your Supabase database dashboard.
- Provide the project URL obtained from Supabase.
- Include the API key as well.
- Click the button below to start uploading your JSON data. You'll see a progress bar indicating the transfer status.
How to contribute ?
- Download source code
- Make sure you have Webpack & Framework7 installed