Skip to main content

Streamlit component that allows you to implement Firebase login

Project description

fb-streamlit-auth

Simple component that implements Firebase authentication.

Example usage:

import streamlit as st
from fb_streamlit_auth import fb_streamlit_auth

st.write('''## Hello
- world
''')

user = fb_streamlit_auth(
    "<apiKey>",
    "<authDomain>",
    "<databaseURL>",
    "<projectId>",
    "<storageBucket>",
    "messagingSenderId",
    "appId",
    "measurementId"
)

st.write(user)

The implementation, right now, is really crude. The API is subject to change. The user object returned by fb_streamlit_auth is None if the user is not logged in. When the user is logged in the object also contains the custom claims associated to the user. In this way the app can check for claims to block or allow access.

Inspiration

My main source of inspiration was the msal_streamlit_authentication library

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

fb_streamlit_auth-0.0.2.tar.gz (127.8 kB view hashes)

Uploaded Source

Built Distribution

fb_streamlit_auth-0.0.2-py3-none-any.whl (128.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page