Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ config = {
|
|
14 |
}
|
15 |
|
16 |
app = pyrebase.initialize_app(config)
|
17 |
-
auth =
|
18 |
user = auth.sign_in_with_email_and_password("[email protected]", "this is a test.com")
|
19 |
db = app.database()
|
20 |
|
|
|
14 |
}
|
15 |
|
16 |
app = pyrebase.initialize_app(config)
|
17 |
+
auth = app.auth()
|
18 |
user = auth.sign_in_with_email_and_password("[email protected]", "this is a test.com")
|
19 |
db = app.database()
|
20 |
|