Pyrebase4 icon indicating copy to clipboard operation
Pyrebase4 copied to clipboard

A simple python wrapper for the Firebase API. ⛺

Results 31 Pyrebase4 issues
Sort by recently updated
recently updated
newest added

hello , First of thanks for maintaining this project, this is my first time using pyrebase and it has been immensely helpful. I came across an error when i tried...

Is it possible somehow revoke a refreshToken like this https://firebase.google.com/docs/auth/admin/manage-sessions#revoke_refresh_tokens ?

Hey, First, thanks for pyrebase. I was getting the following error/logtrace : ``` File "/Users/guyma/development/firebase-poc/venv/lib/python3.10/site-packages/pyrebase/pyrebase.py", line 115, in create_custom_token return jwt.generate_jwt(payload, private_key, "RS256", exp) File "/Users/guyma/development/firebase-poc/venv/lib/python3.10/site-packages/python_jwt/__init__.py", line 91, in generate_jwt...

I have this structure: ``` -User: -user1: -name : cycy -email: [email protected] ``` What I intend to do is know what parent does the input email contains. for example if...

i have a directory (wallpaper_app/Best_Wallpapers) in storage of firebase and it have some files iwant URL's of them all but when i try to get list_files by image = storage.child('wallpaper_app/Best_Wallpapers/').list_files()...

i have a directory (wallpaper_app/Best_Wallpapers) in storage of firebase and it have some files iwant URL's of them all but when i try to get list_files by `image = storage.child('wallpaper_app/Best_Wallpapers/').list_files()`...

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...

In current HEAD, with Python 3.6.5, I found that stream() is extremely slow. It takes many seconds on a Raspberry Pi 3 to parse a few tens of kilobytes, and...

To make the code cleaner, I save the database references in a variable. However, this may lead to my entire database being deleted. If I do NOT query the value...

The truth is that **Pyrebase** has solved many problems for me, but I've been **stuck** in one for a few days, and I don't know what to do anymore. Maybe...