I am getting this error that\'s causing the AppDelegate to crash
Terminating app due to uncaught exception \'com.google.greenhouse\', reason: \'Error Doma
I asked the Firebase team on this issue and they have responded.
Things you can check if the issue still persist. Check to see that the GoogleService-Info.plist file is at the correct location i.e at the project root. Check your IS_ANALYTICS_ENABLED in the google plist. Try changing it. Try removing pod 'Google/Analytics'. Add -FIRAnalyticsDebugEnabled to get more debugging information.
My problem was solved by removing Google/Analytics pod.