```# Uncomment the next line to define a global pl...
# multiplatform
r
Copy code
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'iosApp' do
  use_frameworks!

  # Pods for iosApp
  platform :ios, '13.5'
  # pod 'kotlin_library', :path => '../kotlin-library'
  pod 'FirebaseAuth'

end
Pod file of IOS