$ vi Podfile platform :ios, '9.0' target 'Helloworld' do use_frameworks! pod 'Firebase' end $ pod install