tommy24 commited on
Commit
78b3749
·
1 Parent(s): 06e8fdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ config = {
14
  }
15
 
16
  app = pyrebase.initialize_app(config)
17
- auth = firebase.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