hey, i'm trying to display the current user but it shows me null. this is my code firebase.auth().onAuthStateChanged((user) => { if (user) ...
確定! 回上一頁