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

Auth #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Auth #1

wants to merge 12 commits into from

Conversation

Mothmann
Copy link

No description provided.

projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_FIREBASE_MESSAGING_SENTER_ID,
appId: process.env.REACT_APP_FIREBASE_APP_ID

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_FIREBASE_MESSAGING_SENTER_ID,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.

const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.


const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Found 86 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Found 86 potential problems in the proposed changes. Check the Files changed tab for more details.

const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_FIREBASE_MESSAGING_SENTER_ID,
appId: process.env.REACT_APP_FIREBASE_APP_ID

Check notice

Code scanning

'process' is not defined.

'process' is not defined.

const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.


const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
projectId: process.env.REACT_APP_FIREBASE_PROJET_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_FIREBASE_MESSAGING_SENTER_ID,

Check notice

Code scanning

'process' is not defined.

'process' is not defined.
@@ -71,0 +1 @@
# Dashboard

Check notice

Code scanning

Files should end with a single newline character

Files should end with a single newline character
@@ -0,0 +1,3 @@
#sign-in{
z-index: 1;

Check notice

Code scanning

Expected indentation of 2 spaces (indentation)

Expected indentation of 2 spaces (indentation)
@@ -0,0 +1,3 @@
#sign-in{
z-index: 1;
}

Check notice

Code scanning

Unexpected missing end-of-source newline (no-missing-end-of-source-newline)

Unexpected missing end-of-source newline (no-missing-end-of-source-newline)
@@ -0,0 +1,3 @@
#sign-in{

Check notice

Code scanning

Expected single space before "{" (block-opening-brace-space-before)

Expected single space before "{" (block-opening-brace-space-before)
@@ -71,0 +1 @@
# Dashboard

Check notice

Code scanning

Warn when a line feed at the end of a file is missing.

[final-newline] Missing newline character at end of file
@@ -0,0 +1,3 @@
#sign-in{

Check notice

Code scanning

Don't use IDs in selectors.

Don't use IDs in selectors.
@sonarcloud
Copy link

sonarcloud bot commented Jul 22, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 24 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

None yet

2 participants