Firebase Register User With Email and Password [NOT WORKING] Not continuing onto login page after registration
Well, I get the user inside the Firebase database but it doesn't seem to be opening up the login activity after clicking register. It endlessly shows the progress bar... Heres the entire RegisterActivity.java code block package com.example.goalhero; import androidx.annotation.NonNull; import…