Skip to content

Commit 58c0cf3

Browse files
authored
Update firebase_plant_com.py
Oops API Key was visible :')
1 parent b7dd341 commit 58c0cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase/firebase_plant_com.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class FirebasePlantCom:
2525
"""
2626
def __init__(self, piID):
2727
self.config = {
28-
"apiKey": "AIzaSyAeLC1SPoeniyf98IpanvSTzFc_Yh_DS1w",
28+
"apiKey": "",
2929
"authDomain": "coen390-guarduino.firebaseapp.com",
3030
"databaseURL": "https://coen390-guarduino.firebaseio.com/",
3131
"storageBucket": "coen390-guarduino.appspot.com"

0 commit comments

Comments
 (0)