我该如何进行以下操作?
if (something) { createUserWithEmailAndPassword(auth, email, password) .then((userCredential) => { ..... }
既然代码运行在客户端,用户就不能直接改代码吗?如何确保某个条件,例如我只允许 Gmail 电子邮件帐户注册?
意识到我需要阻止功能并升级帐户https://firebase.google.com/docs/auth/extend-with-blocking-functions?gen=2nd