python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Firebase Realtime Database equal_to() method gets the whole document instead of the parent only
I have this structure:
-User:
-user1:
-name : cycy
-email: cycy@test.com
What I intend to do is know what parent does the input email contains. for example if my inpu...
sayrilkun
Votes: 0
Answers: 1
Firebase: How to get a list of all child nodes?
How am I able to get a list of the child nodes in my realtime database?
This is what my database looks like:
firebase = pyrebase.initialize_app(config)
database = firebase.database()
author = ctx.me...
ken carson
Votes: 0
Answers: 1
How to authenticate sign in with Firebase with Python
I'm trying to use Firebase to authenticate users with Python. This is my code:
import pyrebase
import os
firebaseConfig = { #Redacted for Privacy
'apiKey': "",
'a...
Etienne
Votes: 0
Answers: 0
How to get URL of all file in directory of firebase by python
i have a directory (wallpaper_app/Best_Wallpapers) in storage of firebase and it have some files iwant URL's of all file
but when i try to get list_files by
image = storage.child('wallpaper_app/Best_W...
Abdul Wahab Rana
Votes: 0
Answers: 1