This package provides a firebase integration in to cone.app.
Installation
Include cone.firebase to install dependencies in your application’s setup.py.
Configuration
Adopt your application config ini file to define firebase related API keys.
[app:my_app]
use = egg:cone.app#main
cone.plugins =
cone.firebase
cone.authenticator = firebase
firebase.web_api_key = xxx
firebase.service_account_json_file = path/to/service_account.json
also in your ugm.xml you can optionally add the firebase_user checkbox:
<users_form_attrmap>
...
<elem>
<key>firebase_user</key>
<value>Firebase User</value>
</elem>
</users_form_attrmap>
When you want to upgrade an existing user to FB, you can do this by checking firebase_user in the user edit form, butt attention: you have to manually enter the password since the firebase API expects the password in cleartext.
Contributors
Robert Niederreiter
Phil Auersperg
Changes
1.1.0 (2026-02-03)
Refactor package layout to use pyproject.toml and implicit namespace packages. [rnix]
Initial. [rnix, zworkb]
License
Copyright (c) 2021, BlueDynamics Alliance, Austria Copyright (c) 2021-2025, Cone Contributors All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Release files for cone.firebase 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cone_firebase-1.1.0.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cone_firebase-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.5 kB
Release files / cone_firebase-1.1.0.tar.gz
| Download URL | cone_firebase-1.1.0.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7cbb0421d304753eaa89b46787e70579120368e05da15d10744d21d1b1054b4e
|
|
BLAKE2b-256 checksum How to use checksums |
470a4dd0d6575cc4ed8a2e8dc4afb84298a5ffb7492be7ad57bb73f1e1bddd01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / cone_firebase-1.1.0-py3-none-any.whl
| Download URL | cone_firebase-1.1.0-py3-none-any.whl |
|---|---|
| Size | 13.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
736f363c2f26b992bb156ad4571f7600367f64802488791dbf16eec0608615fd
|
|
BLAKE2b-256 checksum How to use checksums |
bbd385925a5575e966194c234bb602a093d82923c7794f231751c022f79fcea8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|