I have been trying to figure this out for like 5 hours, and I can't seem to see what its happening.
My app is trying to get users signIn with using Google or Apple methods. Once they finish the SignUp with any provider, It should take them to another screen (OnboardingViewPart2) to finish the profile setup. However, the issue is that when I finish entering my email on the Google SignUp, the screen closes and the app get stuck for like 10 secs and throws the Bad Access error. My debug takes me that there is something going on with AuthService, but I can't figure out what. Firebase recognizes that the method was used, but doesn't create any Collections or Documents. Please Help :)
ContentView.swift
OnboardingView.swift
AuthService.swift
OnboardingViewPart2.swift
SignInWithGoogle.swift