Log in and log out
try {
await adamite()
.auth()
.loginWithEmailAndPassword("email@email.com", "password");
} catch (err) {
console.error(err);
}await adamite().auth().logout();Last updated
Was this helpful?
try {
await adamite()
.auth()
.loginWithEmailAndPassword("email@email.com", "password");
} catch (err) {
console.error(err);
}await adamite().auth().logout();Last updated
Was this helpful?
Was this helpful?