Google/Firebase Login Not Working for Standalone iOS App

hi! i’m having an issue with firebase google auth. When testing through the expo app on iOS and Android, it seems to work fine, and works fine on Android (standalone app) when deployed on the Google Play Store, but the iOS app rejected by App Store Connect, as they receive am “redirect uri mismatch” error. Any guidance on what the problem is and how to resolve it would be greatly appreciated! :slight_smile:

Hey @ad998, I would suggest taking a look at our debugging production error docs. As well, for this case specifically, ensure that you’ve followed the necessary standalone configuration steps and that you’ve built the binary after you’ve modified your app.json to be sure that the changes will take affect.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.