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