firebase_realtime
app.contrib.firebase.firebase_realtime
Módulo de Python para Firebase Realtime Database.
Para más información, te recomendamos leer la documentación del Proyecto.
- https://firebase.google.com/docs/admin/setup#python
- https://github.com/firebase/firebase-admin-python
- https://firebase.google.com/docs/database
- https://firebase.google.com/docs/database/admin/start#python
- https://firebase.google.com/docs/database/usage/sharding
- https://firebase.google.com/docs/database/rest/start
- https://firebase.google.com/docs/auth/admin/create-custom-tokens
realtime_api(node_name, data=None, method='GET')
Envia información a Firebase Realtime Database utilizando el Api Rest.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
node_name | str | el nobre del nodo en la Realtime | required |
data | str | un diccionario con la información a enviar | None |
method | str | el metódo http a utilizar por defecto, | 'GET' |
Examples: