async login() {
try {
var r = await this.fAuth.signInWithEmailAndPassword(
this.user.email,
this.user.password
);
if ® {
console.log(“Successfully logged in!”);
…
I didn t find nothing more
1 post - 1 participant
async login() {
try {
var r = await this.fAuth.signInWithEmailAndPassword(
this.user.email,
this.user.password
);
if ® {
console.log(“Successfully logged in!”);
…
I didn t find nothing more
1 post - 1 participant