Skip to content

Commit

Permalink
Merge pull request #471 from concord-consortium/187643494-obfuscate-f…
Browse files Browse the repository at this point in the history
…irebase-api-key

chore: Obfuscated Firebase API key [PT-187643494]
  • Loading branch information
dougmartin authored May 29, 2024
2 parents ed5fc7a + d964f95 commit 7fabd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface IConfigs {
}
const configurations: IConfigs = {
"report-service-dev": {
apiKey: "AIzaSyCvxKWuYDgJ4r4o8JeNAOYusx0aV71_YuE",
apiKey: atob("QUl6YVN5Q3Z4S1d1WURnSjRyNG84SmVOQU9ZdXN4MGFWNzFfWXVF"),
authDomain: "report-service-dev.firebaseapp.com",
databaseURL: "https://report-service-dev.firebaseio.com",
projectId: "report-service-dev",
Expand All @@ -25,7 +25,7 @@ const configurations: IConfigs = {
appId: "1:402218300971:web:32b7266ef5226ff7"
},
"report-service-pro": {
apiKey: "AIzaSyBmNSa2Uz3DaEwKclsvHPBwfucSmZWAAzg",
apiKey: atob("QUl6YVN5Qm1OU2EyVXozRGFFd0tjbHN2SFBCd2Z1Y1NtWldBQXpn"),
authDomain: "report-service-pro.firebaseapp.com",
databaseURL: "https://report-service-pro.firebaseio.com",
projectId: "report-service-pro",
Expand Down

0 comments on commit 7fabd7b

Please sign in to comment.