fastlane-firebase-plugin
fastlane-firebase-plugin copied to clipboard
Bug with env_name being overwritten?
I stumbled upon this: in actions/firebase_add_client_action.rb, you set the ConfigItem for env_name: FIREBASE_BUNDLE_ID twice (line 90 and line 94). Is this intended?
Yes, seems like a bug. Contributions are welcomed