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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("dawnsajubusiness@gmail.com", "this is a test.com")
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):