September 2019
Beginner
512 pages
12h 52m
English
For the iOS version, the process looks very similar. Starting with the configuration in the Firebase console, we set the package name like we did for Android.
After that, we can download the generated GoogleService-Info.plist (iOS equivalent to google-services.json) file and add it to the project iOS ios/Runner directory. It's important to do this in Xcode by opening the iOS project on it and dragging the file into Xcode so that it gets registered for inclusion during builds.
Unlike Android, there is no need to add specific iOS ...
Read now
Unlock full access