Ios/firebase/基本
ナビゲーションに移動
検索に移動
使い方
- firebase管理画面からプロジェクトを作成
- GoogleService-Info.plistをDLしてプロジェクト直下/プロジェクト名のdirの下に入れる。
- "pod init"でPodfileを作成して"pod update"をしておく
Use of undeclared identifier 'FIRApp'が発生するとき
以下を実行して、podsにfirebaseが入ってることを確認する
$ pod update
参考:https://stackoverflow.com/questions/38009174/use-of-unresolved-identifier-firapp