Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ config = {
|
|
15 |
|
16 |
app = pyrebase.initialize_app(config)
|
17 |
auth = app.auth()
|
18 |
-
user = auth.sign_in_with_email_and_password(
|
19 |
db = app.database()
|
20 |
|
21 |
def function(parameter):
|
|
|
15 |
|
16 |
app = pyrebase.initialize_app(config)
|
17 |
auth = app.auth()
|
18 |
+
user = auth.sign_in_with_email_and_password(os.environ.get("info1"), os.environ.get("info2"))
|
19 |
db = app.database()
|
20 |
|
21 |
def function(parameter):
|