導入方法
公式ドキュメント
Firebase を iOS プロジェクトに追加する
参考 / Podfile
# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'ChatApp' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for ChatApp pod 'Firebase/Auth' pod 'Firebase/Firestore' pod 'Firebase/Storage' pod 'FirebaseUI/Storage' end
コメント