automatically assigning platform `ios` with version `9.0` on target `runner` because no platform was specified. please specify a platform for this target in your podfile. see `https://guides.cocoapods.org/syntax/podfile.html#platform`.
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'testing_gowtham' do
use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Firestore'
end