We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaef1d commit f6951e6Copy full SHA for f6951e6
README.md
@@ -81,6 +81,12 @@ Otherwise you will not be able to authenticate.
81
### iOS integration
82
Follow normal [Firebase Initialization](https://firebase.flutter.dev/docs/installation/ios)
83
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
+
90
### Web integration
91
92
You'll need to modify the `web/index.html` of your app following the Firebase setup instructions:
0 commit comments