-1

I have query regarding the data export from Firebase Console. Can we export collection data in CSV format using Firebase console? Any help would be appreciated

1 Answers1

0

You can export to JSON, then write your own code to convert that into whatever other format you want. You can't export directly to any other format.

Doug Stevenson
  • 268,359
  • 30
  • 341
  • 380