facebook twitter hatena line email

Ios/firebase/基本

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

使い方

  1. firebase管理画面からプロジェクトを作成
  2. GoogleService-Info.plistをDLしてプロジェクト直下/プロジェクト名のdirの下に入れる。
  3. "pod init"でPodfileを作成して"pod update"をしておく

Use of undeclared identifier 'FIRApp'が発生するとき

以下を実行して、podsにfirebaseが入ってることを確認する

$ pod update

参考:https://stackoverflow.com/questions/38009174/use-of-unresolved-identifier-firapp