1

I have a Firebase project where I'm using Firebase invites. The Android google-services.json correctly shows App Invites as enabled but the iOS GoogleService-Info.plist file shows it as disabled? Is there a way for me to switch it on for iOS in the Firebase console?

Here's the corresponding parts of the two files:

google-services.json

    "appinvite_service": {
      "status": 2,
      "other_platform_oauth_client": [
        {
          "client_id": "4XXXXXXXXXX-r3pppppppppppppppppppppp.apps.googleusercontent.com",
          "client_type": 2,
          "ios_info": {
            "bundle_id": "com.experimental.project1"
          }
        },
      ]
    }

GoogleService-Info.plist

    <key>IS_APPINVITE_ENABLED</key>
    <false/>

0 Answers0