Skip to content

conestack/cone.firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest PyPI version Number of PyPI downloads https://travis-ci.org/bluedynamics/cone.firebase.svg?branch=master https://coveralls.io/repos/github/bluedynamics/cone.firebase/badge.svg?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.

[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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages