Skip to content

Commit f6951e6

Browse files
Peter Gordon HayesPeter Gordon Hayes
authored andcommitted
docs: add additional ios config steps
1 parent faaef1d commit f6951e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Otherwise you will not be able to authenticate.
8181
### iOS integration
8282
Follow normal [Firebase Initialization](https://firebase.flutter.dev/docs/installation/ios)
8383

84+
You will also need to define a global platform for your project. Modify the `ios/Podfile` and make sure the following is not commented out:
85+
```ruby
86+
platform :ios, '8.0'
87+
```
88+
You can find this at the top of the `Podfile`.
89+
8490
### Web integration
8591

8692
You'll need to modify the `web/index.html` of your app following the Firebase setup instructions:

0 commit comments

Comments
 (0)