Upload Data to Firebase Cloud Firestore with 10 lines of Python Code

The Point
4 min readAug 8, 2020

--

In this post I will show you how to import your local csv data into Firestore with only 10 lines of python code, and get data back from Firestore later on.

1. Set up Firebase project

First thing first, we need to set up a Firebase project. If you already have one, feel free to skip this step.

--

--