A simple package for usage of Firebase for novice Python users
Project description
Simplebase A simple Firebase wrapper for Python. It uses the firebase_admin package for requests to Firebase, and makes things WAY easier to use.
To use the package, you must have Realtime Database and Storage enabled and a private key, stored in a JSON file.
You can connect to Firebase like this: 'connect("dbkey.json", "https://xxxxxxx-default-rtdb.firebaseio.com", "xxxxxxx.appspot.com")
Go to a path: 'refdb("/test/")'
Get from the path: 'get()'
Add to / create a nested path with a value: 'addToNest("/test/", "key", "value")'
Add to a path with a value: 'add("key", "value")'
Delete a nested path: 'deleteNest("/test/")'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplebase-0.0.1.tar.gz.
File metadata
- Download URL: simplebase-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81fc179b0b29ee51aafc42ecbb21eeaf71abeef09f15c8ac8fe364a8aa77b5c2
|
|
| MD5 |
5e1650eafa90f3c27c1a6a5396ba1f80
|
|
| BLAKE2b-256 |
0e00d2f866d9d49a94627193c2234f2435f7f016c3659a351147aa6a0a95ca03
|
File details
Details for the file simplebase-0.0.1-py3-none-any.whl.
File metadata
- Download URL: simplebase-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
430ce05d2257fe6744118ab9fe349a47491772138e5e8122960b6a3467a9f31e
|
|
| MD5 |
2b63da5555f3f2c9917f2da2f6b31ec5
|
|
| BLAKE2b-256 |
98da4e2275fdeba8d7575954a5bc4f216d0cac510d4b6610c0e89159927fb308
|