「Ios/firebase/基本」の版間の差分
提供: 初心者エンジニアの簡易メモ
行1: | 行1: | ||
+ | ==使い方== | ||
+ | #firebase管理画面からプロジェクトを作成 | ||
+ | #GoogleService-Info.plistをDLしてプロジェクト直下/プロジェクト名のdirの下に入れる。 | ||
+ | #"pod init"でPodfileを作成して"pod update"をしておく | ||
+ | |||
==Use of undeclared identifier 'FIRApp'が発生するとき== | ==Use of undeclared identifier 'FIRApp'が発生するとき== | ||
以下を実行して、podsにfirebaseが入ってることを確認する | 以下を実行して、podsにfirebaseが入ってることを確認する |
2020年8月14日 (金) 17:29時点における最新版
使い方
- 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