We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b5c70 commit 00dbdb4Copy full SHA for 00dbdb4
jstest/testresult.py
@@ -102,10 +102,10 @@ def upload(self):
102
return
103
104
config = {
105
- 'apiKey': 'AIzaSyDMgyPr0V49Rdf5ODAU9nLY02ZGEUNoxiM',
106
- 'authDomain': 'remote-testrunner.firebaseapp.com',
107
- 'databaseURL': 'https://remote-testrunner.firebaseio.com',
108
- 'storageBucket': 'remote-testrunner.appspot.com',
+ 'apiKey': 'AIzaSyDgg8DBNM95XWt4DG6OlbdHjPExzHV5SQU',
+ 'authDomain': 'jsremote-testrunner.firebaseapp.com',
+ 'databaseURL': 'https://jsremote-testrunner.firebaseio.com',
+ 'storageBucket': 'jsremote-testrunner.appspot.com',
109
}
110
111
firebase = pyrebase.initialize_app(config)
0 commit comments