Heston Liebowitz
Results
2
issues of
Heston Liebowitz
This replaces the now deprecated [oauth2client](https://github.com/google/oauth2client) with [google-auth](https://github.com/GoogleCloudPlatform/google-auth-library-python). This should fix issues with token expiration. n.b. I also sorted the imports at the top of `pyrebase.py` to be compliant with...
I was running into a `UnicodeEncodeError` trying to save an ascii file created by html2text. Turns out there were a few valid HTML entities we were using that were not...