What worked for me was to
Go to ios/.symlinks/plugins/firebase_auth/ios/firebase_auth.podspec and find out what the deployment target is
Go to ios/Podfile, uncomment the line and update the value to match what is the file above
platform :ios, 'value'
Make sure to do run flutter clean, flutter pub get and then pod install in the ios folder