.. image:: https://img.shields.io/pypi/v/cone.firebase.svg
:target: https://pypi.python.org/pypi/cone.firebase
:alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/dm/cone.firebase.svg
:target: https://pypi.python.org/pypi/cone.firebase
:alt: Number of PyPI downloads
.. image:: https://travis-ci.org/bluedynamics/cone.firebase.svg?branch=master
:target: https://travis-ci.org/bluedynamics/cone.firebase
.. image:: https://coveralls.io/repos/github/bluedynamics/cone.firebase/badge.svg?branch=master
:target: https://coveralls.io/github/bluedynamics/cone.firebase?branch=master
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.
.. code-block:: ini
[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:
.. code-block:: xml
<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
=======
0.1 (2025-10-25)
----------------
- Initial
License
=======
Copyright (c) 2021, BlueDynamics Alliance, Austria
Copyright (c) 2021, 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.
Raw data
{
"_id": null,
"home_page": "http://github.com/conestack/cone.firebase",
"name": "cone.firebase",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "node pyramid cone web",
"author": "Cone Contributors",
"author_email": "dev@conestack.org",
"download_url": "https://files.pythonhosted.org/packages/84/a1/0bde1f847e8f82cbc878d0a9e5fccd4adf5168986a02425504590ac733d8/cone_firebase-0.1.tar.gz",
"platform": null,
"description": ".. image:: https://img.shields.io/pypi/v/cone.firebase.svg\n :target: https://pypi.python.org/pypi/cone.firebase\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/cone.firebase.svg\n :target: https://pypi.python.org/pypi/cone.firebase\n :alt: Number of PyPI downloads\n\n.. image:: https://travis-ci.org/bluedynamics/cone.firebase.svg?branch=master\n :target: https://travis-ci.org/bluedynamics/cone.firebase\n\n.. image:: https://coveralls.io/repos/github/bluedynamics/cone.firebase/badge.svg?branch=master\n :target: https://coveralls.io/github/bluedynamics/cone.firebase?branch=master\n\n\nThis package provides a firebase integration in to cone.app.\n\n\nInstallation\n------------\n\nInclude ``cone.firebase`` to install dependencies in your application's\n``setup.py``.\n\n\nConfiguration\n-------------\n\nAdopt your application config ini file to define firebase related API keys.\n\n.. code-block:: ini\n\n [app:my_app]\n use = egg:cone.app#main\n\n cone.plugins =\n cone.firebase\n\n cone.authenticator = firebase\n\n firebase.web_api_key = xxx\n firebase.service_account_json_file = path/to/service_account.json\n\nalso in your ugm.xml you can optionally add the `firebase_user` checkbox:\n\n.. code-block:: xml\n\n <users_form_attrmap>\n ...\n <elem>\n <key>firebase_user</key>\n <value>Firebase User</value>\n </elem>\n </users_form_attrmap>\n\nWhen you want to upgrade an existing user to FB, you can do this by checking\n`firebase_user` in the user edit form, butt attention: you have to manually\nenter the password since the firebase API expects the password in cleartext.\n\nContributors\n============\n\n- Robert Niederreiter\n- Phil Auersperg\n\n\nChanges\n=======\n\n0.1 (2025-10-25)\n----------------\n\n- Initial\n\n\nLicense\n=======\n\nCopyright (c) 2021, BlueDynamics Alliance, Austria\nCopyright (c) 2021, Cone Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
"bugtrack_url": null,
"license": "Simplified BSD",
"summary": "Firebase integration for cone.app",
"version": "0.1",
"project_urls": {
"Homepage": "http://github.com/conestack/cone.firebase"
},
"split_keywords": [
"node",
"pyramid",
"cone",
"web"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b0da570563725fe45b8b53b0891b5a810fb9fa578b99312dbc4cf9f446923db3",
"md5": "017ee69971bc2ec91663162115893490",
"sha256": "63a39c979e3d37ee757106b5dfa6bc9a542ab5bd4b89dc2d570da1bcc11d1d47"
},
"downloads": -1,
"filename": "cone_firebase-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "017ee69971bc2ec91663162115893490",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 14782,
"upload_time": "2025-10-25T11:32:01",
"upload_time_iso_8601": "2025-10-25T11:32:01.349664Z",
"url": "https://files.pythonhosted.org/packages/b0/da/570563725fe45b8b53b0891b5a810fb9fa578b99312dbc4cf9f446923db3/cone_firebase-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "84a10bde1f847e8f82cbc878d0a9e5fccd4adf5168986a02425504590ac733d8",
"md5": "c6cf129cc543671875896dc5eb0643e1",
"sha256": "6980e0105746fc4af824633c8e6af4b23c01c77ff28def983c1d118849381789"
},
"downloads": -1,
"filename": "cone_firebase-0.1.tar.gz",
"has_sig": false,
"md5_digest": "c6cf129cc543671875896dc5eb0643e1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13077,
"upload_time": "2025-10-25T11:32:02",
"upload_time_iso_8601": "2025-10-25T11:32:02.699866Z",
"url": "https://files.pythonhosted.org/packages/84/a1/0bde1f847e8f82cbc878d0a9e5fccd4adf5168986a02425504590ac733d8/cone_firebase-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-25 11:32:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "conestack",
"github_project": "cone.firebase",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "cone.firebase"
}