Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added migration toolkit for transfering data from firebase to supabase #251

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

HelloSniperMonkey
Copy link
Contributor

Description

This PR introduces a Firebase Migration Toolkit designed to simplify and streamline the migration process from Firebase to other backend-as-a-service (BaaS) providers. The toolkit automates the transfer of authentication data, Firestore database entries, and storage files while ensuring data integrity and minimal downtime.

Currently, the toolkit supports Supabase as a migration target, with plans to add more providers in the coming weeks. The goal is to make the transition seamless, reducing manual effort and minimizing disruptions for developers moving away from Firebase due to its limitations and pricing concerns.

Key Features

  • Automated Migration: Transfers Firebase authentication, Firestore data, and storage files efficiently.
  • Data Integrity: Ensures no data loss during migration.
  • Extensible: Designed to support additional BaaS providers in future updates.
  • Developer-Friendly: Reduces manual work and simplifies migration with a few commands.

Fixes #250

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

i migrated all my data stored in firebase related to auth , database(firestore) and storage to supabase(currently)(i will add more providers within next week or next to next week) using my toolkit and there was no data loss

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Maintainer Checklist

@HelloSniperMonkey HelloSniperMonkey changed the title this will add the migration toolkit as a submodule Added migration toolkit for transfering data from firebase to supabase Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migration of database from firebase to other providers
1 participant