I am getting this error that\'s causing the AppDelegate to crash
Terminating app due to uncaught exception \'com.google.greenhouse\', reason: \'Error Doma
The accepted solution was to remove Google Analytics. But you actually can have both Firebase and Google Analytics. The solution I found was to add TRACKING_ID into GoogleService-Info.plist
for example, add this:
TRACKING_ID UA-XXXXXX-X
Hope it helps someone!