Update migration-guide.md

This commit is contained in:
Elliot Hesp 2017-06-21 18:38:50 +01:00 committed by GitHub
parent f8f6511e35
commit 29e16d40d1
1 changed files with 1 additions and 1 deletions

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`.
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.