thisbejim / Pyrebase

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

fix storage get_url bug #354

Open sudonims opened 3 years ago

sudonims commented 3 years ago

Hello pyrebase team, I loved the work that you've done. This lib is far more easy than firebase_admin. I appreciate it. There was a small bug (typo maybe), you didn't give default value to the positional argument token in function get_url() in class Storage. I updated it, checked on my machine (works as expected now). Hope you update it soon.