Skip to content

Instantly share code, notes, and snippets.

@atanasovdejan
Created August 3, 2018 21:46
Show Gist options
  • Save atanasovdejan/0aaa7063a88bd85c1a47a5899844ed91 to your computer and use it in GitHub Desktop.
Save atanasovdejan/0aaa7063a88bd85c1a47a5899844ed91 to your computer and use it in GitHub Desktop.
Podfile for installing Firebase
platform :ios, '10.0'
target 'TARGET_NAME' do
use_frameworks!
inhibit_all_warnings!
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment