Pyrebase
Pyrebase copied to clipboard
A simple python wrapper for the Firebase API.
I am trying to use pyrebase to download a file from firebase storage. This file is located in customers/BoomMZrVfrOOOYa4JVibOJQoroT2/example.txt, I'm using this code to download it: UID = 'BoomMZrVfrOOOYa4JVibOJQoroT2' path_on_cloud...
I'm getting the following error when running `import pyrebase`: ``` >>> import pyrebase Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.9/site-packages/pyrebase/__init__.py", line 1, in from .pyrebase...
Make sure these boxes are checked before submitting your issue: [x] Check that your version of Python is 3.4+ [x] Check that you are on the newest version of Pyrebase...
Bumps [requests](https://github.com/requests/requests) from 2.11.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Looks like there are a lot of 403 forbidden issues relates to Firebase storage and I think I've figured out a way to solve it: 1. Make sure to store...
The current get_url method takes the bearer token as a token URL parameter which in fact is a different token, named access token or download token. I have changed the...
In case a service account was provided, call [generate_signed_url](https://googleapis.dev/python/storage/latest/blobs.html#google.cloud.storage.blob.Blob.generate_signed_url) endpoint instead of the default logic, to get a valid **PUBLIC** download link. By default, set the link expiration to 12...
Make sure these boxes are checked before submitting your issue: [x] Check that your version of Python is 3.4+ [x] Check that you are on the newest version of Pyrebase...
As I want to access a specific part(child) of the data in firebase so which is recommended `db.child("").get().val()` or `db.get().val()` will getting the whole database each time costs or create...
This PR fixes the pycrypto dependencies error.