how to update email in firebase authentication i wrote a code which update- email in realtime database but not updating in Authentication
i wrote a code for updating in authentication and realtime database but not updating in authentication
what to do for the authentication updation
how to update the email in the authentication also along with realtime database
how to implement this kindly guide to achieve the output
private lateinit var dbRef: DatabaseReference
private lateinit var firebaseAuth: FirebaseAuth
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)...