0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Package Dependencies で追加したFirebaseライブラリを後から追加する方法

0
Posted at

概要

Xcodeの Package Dependencies で Firebase SDK を追加する際、最初は Crashlytics や Analytics だけをインストールしていたが、後から Firebase Auth などの別ライブラリを追加したくなることがあります。本記事では、その追加方法を解説します。

結論

YOUR_PROJECT > TARGETS > GENERAL > Frameworks, Libraries, and Embedded Content から + ボタンで追加するだけです。

Firebase SDK をインストールした時点で、Firebase の全モジュールがダウンロードされています。あとはアプリとライブラリを紐付けるだけで使えるようになります。

GENERAL.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?