Firebase integration for cone.app
Project description
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.
Project details
Release history Release notifications | RSS feed
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 cone_firebase-1.1.0.tar.gz.
File metadata
- Download URL: cone_firebase-1.1.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cbb0421d304753eaa89b46787e70579120368e05da15d10744d21d1b1054b4e
|
|
| MD5 |
2aecdc7fca750a5cb6e4a92f0d7f0c9f
|
|
| BLAKE2b-256 |
470a4dd0d6575cc4ed8a2e8dc4afb84298a5ffb7492be7ad57bb73f1e1bddd01
|
File details
Details for the file cone_firebase-1.1.0-py3-none-any.whl.
File metadata
- Download URL: cone_firebase-1.1.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
736f363c2f26b992bb156ad4571f7600367f64802488791dbf16eec0608615fd
|
|
| MD5 |
5fdeaa068452732f2b8a3ae52365f1a9
|
|
| BLAKE2b-256 |
bbd385925a5575e966194c234bb602a093d82923c7794f231751c022f79fcea8
|