Firebase Authentication — promise on SignUp code

后端 未结 0 1964
终归单人心
终归单人心 2021-01-31 22:01

In async function, I write following auth code...

try {
  await firebase.auth().createUserWithEmailAndPassword(email, password);
 
  await firebase.auth().current         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题