nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

download() missing 1 required positional argument: 'filename' #7

Closed woscar01 closed 4 years ago

nhorvath commented 4 years ago

Looks like the documentation for download is wrong. It should be download(path, filename)

jayednahain commented 3 years ago

Looks like the documentation for download is wrong. It should be download(path, filename)

thank you so much!

dark-matter08 commented 2 years ago

Looks like the documentation for download is wrong. It should be download(path, filename)

I realised this while working with pyrebase4 but when i used it, it cleared the error i was having but my image did not download

golebu2020 commented 1 year ago

storage.child("profile_pictures/example.jpg").download(path="gs://poster-#####spot.com/", filename="downloaded.jpg")

That will solve the problem