Skip to content

Commit 3ed8375

Browse files
committed
Re-apply fixes for facebook/react-native main
1 parent f2fbb7b commit 3ed8375

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflow-scripts/collectNightlyOutcomes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async function collectResults(discordWebHook) {
118118
} else {
119119
console.log('Discord webhook not set');
120120
}
121-
process.exit(1);
122121
}
123122

124123
// Initialize Firebase client

.github/workflow-scripts/firebaseUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class FirebaseClient {
1515
this.password = process.env.FIREBASE_APP_PASS;
1616
this.apiKey = process.env.FIREBASE_APP_APIKEY;
1717
this.projectId = process.env.FIREBASE_APP_PROJECTNAME;
18-
this.databaseUrl = `${this.projectId}-default-rtdb.firebaseio.com`;
18+
this.databaseUrl = `${this.projectId}.firebaseio.com`;
1919
this.idToken = null;
2020
}
2121

0 commit comments

Comments
 (0)