Firebase Data Sync

Sync car and dealer data from Firebase to the local database

Sync Status
Pull the latest data from your Firebase database

About Firebase Sync

  • • Pulls all car listings from the carAds collection
  • • Syncs dealer information from Firestore
  • • Updates existing records and adds new ones
  • • Safe to run multiple times
How to Use

1. Initial Setup: Click "Sync All Data" to populate your local database with all cars and dealers from Firebase.

2. Regular Updates: Run the sync periodically to get the latest listings and updates from your Firebase database.

3. Real-time Updates: For production, consider setting up Firebase listeners or scheduled jobs to keep data in sync automatically.