I am having an issue with generating a firebase refresh token, wondering if anybody here has any suggestions.
I am using fastlane on a project, along with the firebase_app_distribution plugin. I've generated firebase refresh tokens multiple times recently without any issue using this plugin. The command I've used is:
bundle exec fastlane run firebase_app_distribution_login
That is well documented elsewhere. That command gives you a link to open in your browser. In the past, when I've done this, I was able to open that link without any issues. However, now I'm getting an error from Google when I try to open the page:
I've updated to the latest versions of fastlane and of the plugin.
Anybody have any idea what is causing this?
Thanks.