Search
🔧

[FireBase - iOS] 비밀번호 변경 이메일 발송

Auth.auth().sendPasswordReset(withEmail: email) { error in }
Swift
복사