tommy24 commited on
Commit
c05d5f3
·
1 Parent(s): b2438dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -14,8 +14,6 @@ config = {
14
  }
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):
 
14
  }
15
 
16
  app = pyrebase.initialize_app(config)
 
 
17
  db = app.database()
18
 
19
  def function(parameter):