NOTE- The steps below are the same for Auth PRO and Utilities PRO Packs.
1. Go to Firebase Console Project Settings. Add an iOS App if you dont have already.
2. Copy app Bundle ID.
3. Download the GoogleService-Info.plist file.
You had copied the Bundle ID in the last step.
Now, in your Construct 3 Project Properties, paste this value in ID.
Import GoogleService-Info.plist to Files in your Construct 3 project.
Export your project to iOS (XCode).
Open your mac terminal
2. Install Cocoapods (if you have never installed before):
sudo gem install cocoapods
3. Navigate to your XCode project folder using this command:
cd "YOUR_PROJECT_LOCATION/"
4. Install pod dependency in your XCode Project:
pod install
ERROR: If you get an error about CocoaPods being unable to find compatible versions, run
pod repo update
Make sure to always open the Xcode workspace (.xcworkspace file) and then build.