thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

How to get upload status of a file #410

Open sunilk-n opened 2 years ago

sunilk-n commented 2 years ago

Hi,

i'm working on a kivy android application and I'm trying to uplaod files from the application. The uploading is going fine but if the file is huge then it's not able to track the status of file upload. Is there a way where we can get the file upload status so that I can add file upload progress bar. I can see some examples for the upload progress in javascript and I want to do the same in mobile applications.

Thanks, Sunil