async login() {
try {
var r = await this.fAuth.signInWithEmailAndPassword(
this.user.email,
this.user.password
);
if (r) {
console.log("Successfully logged in!");
I didn t find nothing more
async login() {
try {
var r = await this.fAuth.signInWithEmailAndPassword(
this.user.email,
this.user.password
);
if (r) {
console.log("Successfully logged in!");
I didn t find nothing more