diff --git a/docs/migration-guide.md b/docs/migration-guide.md index d994e7b8..f641903b 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -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.