This piece of code this.afAuth.auth.signInWithPopup(new auth.GoogleAuthProvider()) are generating this warning on Chrome:
A cookie associated with a resource at http://google.com/ was set with SameSite=None
but without Secure
. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None
and Secure
.