Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,7 @@ import json
|
|
3 |
import streamlit as st
|
4 |
import firebase_admin
|
5 |
from firebase_admin import credentials, auth
|
6 |
-
|
7 |
-
json_str = os.getenv("FIREBASE_CREDENTIALS")
|
8 |
-
# Retrieve the JSON string from the secret
|
9 |
json_str = os.getenv("FIREBASE_CREDENTIALS")
|
10 |
firebase_Creds = json.loads(json_str)
|
11 |
# Initialize Firebase (only once)
|
|
|
3 |
import streamlit as st
|
4 |
import firebase_admin
|
5 |
from firebase_admin import credentials, auth
|
6 |
+
|
|
|
|
|
7 |
json_str = os.getenv("FIREBASE_CREDENTIALS")
|
8 |
firebase_Creds = json.loads(json_str)
|
9 |
# Initialize Firebase (only once)
|