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

Add date of completion #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add date of completion #17

wants to merge 1 commit into from

Conversation

05saitejaswi
Copy link
Contributor

No description provided.

Copy link
Owner

@viv9k viv9k left a comment

Choose a reason for hiding this comment

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

Please revert the changes you have not done

Comment on lines -20 to +23
var firebaseConfig = {
apiKey: "AIzaSyAoeT6sC6LyFcoNLXVc6SG6e3aqBRhsqQg",
authDomain: "workloggingsystem.firebaseapp.com",
databaseURL: "https://workloggingsystem.firebaseio.com",
projectId: "workloggingsystem",
storageBucket: "workloggingsystem.appspot.com",
messagingSenderId: "744010877071",
appId: "1:744010877071:web:6c991081d7b21818b888fa",
measurementId: "G-3CWF3NRSW6"
var firebaseConfig = {
apiKey: "AIzaSyAoeT6sC6LyFcoNLXVc6SG6e3aqBRhsqQg",
authDomain: "workloggingsystem.firebaseapp.com",
databaseURL: "https://workloggingsystem.firebaseio.com",
projectId: "workloggingsystem",
Copy link
Owner

Choose a reason for hiding this comment

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

Please revert the changes that you have not done

Comment on lines -57 to -73
callbacks: {
signInSuccessWithAuthResult: function(authResult, redirectUrl) {
// User successfully signed in.
// Return type determines whether we continue the redirect automatically
// or whether we leave that to developer to handle.
return true;
},
uiShown: function() {
// The widget is rendered.
// Hide the loader.
document.getElementById('loader').style.display = 'none';
}
},
// Will use popup for IDP Providers sign-in flow instead of the default, redirect.
signInFlow: 'popup',
signInSuccessUrl: 'workLoggingSystem.html',
signInOptions: [
Copy link
Owner

Choose a reason for hiding this comment

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

Please revert the changes you have not done

Comment on lines +56 to +84
callbacks: {
signInSuccessWithAuthResult: function (authResult, redirectUrl) {
// User successfully signed in.
// Return type determines whether we continue the redirect automatically
// or whether we leave that to developer to handle.
return true;
},
uiShown: function () {
// The widget is rendered.
// Hide the loader.
document.getElementById("loader").style.display = "none";
},
},
// Will use popup for IDP Providers sign-in flow instead of the default, redirect.
signInFlow: "popup",
signInSuccessUrl: "workLoggingSystem.html",
signInOptions: [
// Leave the lines as is for the providers you want to offer your users.
{
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
scopes: ["https://www.googleapis.com/auth/contacts.readonly"],
},
firebase.auth.EmailAuthProvider.PROVIDER_ID,
],
// Terms of service url.
// tosUrl: '<your-tos-url>',
// // Privacy policy url.
// privacyPolicyUrl: '<your-privacy-policy-url>'
};
Copy link
Owner

Choose a reason for hiding this comment

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

Please revert the changes you have not done

Comment on lines -117 to 129
var date = today.getFullYear()+""+(today.getMonth()+1)+""+today.getDate();
var time = today.getHours() + "" + today.getMinutes() + "" + today.getSeconds();
var date =
today.getFullYear() + "" + (today.getMonth() + 1) + "" + today.getDate();
var time =
today.getHours() + "" + today.getMinutes() + "" + today.getSeconds();

Copy link
Owner

Choose a reason for hiding this comment

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

Please revert the changes you have not done

@viv9k
Copy link
Owner

viv9k commented Aug 10, 2020

@05saitejaswi Please Resolve the conflicts here

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