thisbejim / Pyrebase

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

fix(Auth): Use caller's requests.session object #325

Open captain-kark opened 4 years ago

captain-kark commented 4 years ago

I needed to set a Referer header and wasn't able to since this was using the naked requests object from the module import, instead of the one passed in to __init__