delete comment on index.js for security
Backend SonarQube Check testing / sonar-check (push) Successful in 2m6s
Details
Backend SonarQube Check testing / sonar-check (push) Successful in 2m6s
Details
This commit is contained in:
parent
002a46d78f
commit
d0a7e00098
3
index.js
3
index.js
|
|
@ -44,9 +44,6 @@ app.use(compression());
|
||||||
|
|
||||||
app.use(upload.any());
|
app.use(upload.any());
|
||||||
|
|
||||||
// FIREBASE
|
|
||||||
//const serviceAccount = require(path.join(__dirname, "app/config/serviceAccountKey.json"));
|
|
||||||
|
|
||||||
if (!admin.apps.length) {
|
if (!admin.apps.length) {
|
||||||
admin.initializeApp({
|
admin.initializeApp({
|
||||||
credential: admin.credential.applicationDefault(),
|
credential: admin.credential.applicationDefault(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue