Hi,
I’m having a hard time adding Google authentication for my iOS app. I was able to connect my web app because that OAuth for web apps comes with a Client ID and a Client Secret. When I created my OAuth for iOS, Google only provides a Client ID and a iOS URL scheme. Google did not provide a secret. How do I authenticate my iOS app access to my MongoDB Realm application? I tried added my Client ID with a blank secret, but Realm says that I can’t have a blank secret. Thanks in advance.