diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 9a52da5c..d994e7b8 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`. 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.