Ejemplo: base de datos en tiempo real firebase python
# Import database module.
from firebase_admin import db
# Get a database reference to our posts
ref = db.reference('server/saving-data/fireblog/posts')
# Read the data at the posts reference (this is a blocking operation)
print(ref.get())
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)