0

I am having trouble finding a solution that solves my problem of migrating my CSV data to Firebase Cloud Firestore, as my research found alternatives and I performed them but I was unsuccessful in importing the data.

I can't find a way that currently works so that I can migrate the data from my CSV file to Cloud Firestore.

Does anyone know a way to migrate?

Luiz Ricardo Cardoso
  • 1,264
  • 1
  • 10
  • 28

1 Answers1

0

There is no one button solution for this. I do not have the code now but I will tell the steps how I did it using Java.

1 - First read the data from the CSV. Check this Stackoverflow answer How to CSV with Java

2 - Using the Firebase Java Admin SDK you can upload the data to Firestore.

Yayo Arellano
  • 2,626
  • 18
  • 19