Looks like there are a number of problems with the setup (Firebase Auth module isn't found for example). It's also important that your Firebase SDK versions all match. I'd start by making sure that you specified the right google-services version in your root-level (project-level) Gradle file (build.gradle) and that your Firebase dependencies are on the latest versions in your module (app-level) Gradle file (usually app/build.gradle) as described
here. If those don't match, you're likely to see a number of issues.
If you're still having trouble, maybe share those two files for reference.