Questions tagged [pyrebase]

Questions about Pyrebase. Pyrebase is a Python 3 wrapper for the Firebase API.

Pyrebase is a Python 3 wrapper for the Firebase API. It implements most of the functionalities of the API (Authentication, Database management and Storage)

Read more about Pyrebase here Read more about Firebase API here

183 questions
-1
votes
1 answer

How to read image from Firebase using OpencCV?

Is there any idea for reading image from Firebase using OpenCV? Or do I have to download the pictures first and then do the cv.imread function from the local folder ? Is there any way that I could just use cv.imread(link_of_picture_from_firebase)?
-1
votes
1 answer

how to give a custom key in pyrebase python?

How can i give a custom key instead of thos -Lw6e**** I dont want those Lw6e***** names This is my code and I am out of idea .. db.child("users").push({"key":"value"})
-3
votes
1 answer

Is it possible to upload python list directly to firebase?

I have a list of python data that I need to get into my firebase , can I upload the entire list as one entity?
1 2 3
12
13