2
0
mirror of synced 2025-01-24 21:30:16 +00:00

Update migration-guide.md

This commit is contained in:
Michael Diarmid 2017-06-21 19:14:05 +01:00 committed by GitHub
parent 29e16d40d1
commit e0efc84dab

View File

@ -108,7 +108,7 @@ Add the packages to the `getPackages()` method as required:
##### 6) iOS - Update podfile:
First, delete your `Podfile.lock` file, and re-run `pod install`.
First, delete your `Podfile.lock` file, and after making any changes from the below re-run `pod install` in your ios directory.
As all firebase modules are now optional you only need to import the Firebase functionality that you require in your application. Simply update your Podfile to only include the Firebase modules for functionality that you require in your app.