Firebase Ios Setup:
- Access your Firebase project and navigate to Firebase Dashboard > Project Settings. Scroll down the page and select the Add App button.
- Select the iOS option and register your app.
thoroughly.
- Ensure that all steps are completed.
- Download the "GoogleService-Info.plist" file.
- And Place it in ios > Runner directory of your project.
- Navigate to the info.plist file and incorporate the specified details from the GoogleServices-info.plist as highlighted in the example below.
- Navigate to Firebase Dashboard > Project Settings > Select your iOS User APP > Copy the “REVERSED_CLIENT_ID” value and
<key>CFBundleURLSchemes</key>
<array>
<string>PASTE REVERSED_CLIENT_ID</string>
</array>