Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/config updates #27

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Update/config updates #27

wants to merge 5 commits into from

Conversation

bakmyradov
Copy link
Collaborator

Updated packages and google firebase authentication added.

@bakmyradov bakmyradov requested a review from gnurgeldiyev April 1, 2023 18:21
@bakmyradov bakmyradov self-assigned this Apr 1, 2023
Comment on lines +30 to +40
// script: [
// {
// src: `https://www.googletagmanager.com/gtag/js?id=${google_analytics}`,
// async: true,
// },
// {
// innerHTML: `window.dataLayer = window.dataLayer || [];function gtag(){window.dataLayer.push(arguments);}gtag('js', new Date());gtag('config', '${google_analytics}');`,
// type: "text/javascript",
// defer: true,
// },
// ],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bakmyradov Why did you comment out the google analytics here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't have the correct credentials and it was giving an error that's why I left it commented.


// a security middleware that handles several kinds of attacks in the HTTP/HTTPS protocols
app.use(helmet())
// app.use(helmet());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bakmyradov any reason why did you comment out helmet?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When dealing with package updating there was an error in the helmet package. I apologize I forgot to uncomment it after resolving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants