Top

Chatzy Documentation

Firebase Ios Setup:


  1. Access your Firebase project and navigate to Firebase Dashboard > Project Settings. Scroll down the page and select the Add App button.


  2. Select the iOS option and register your app. thoroughly.

  3. Ensure that all steps are completed.


  4. Download the "GoogleService-Info.plist" file.

  5. And Place it in ios > Runner directory of your project.

  6. Navigate to the info.plist file and incorporate the specified details from the GoogleServices-info.plist as highlighted in the example below.


  7. Navigate to Firebase Dashboard > Project Settings > Select your iOS User APP > Copy the “REVERSED_CLIENT_ID” value and

  8. <key>CFBundleURLSchemes</key> 
    <array> 
    <string>PASTE REVERSED_CLIENT_ID</string> 
    </array>