fastlane-firebase-plugin
fastlane-firebase-plugin copied to clipboard
Unofficial tool to access firebase project settings
It appears that the download_config API has changed. I've made some changes here if there is any interest https://github.com/GoGovApps/fastlane-firebase-plugin/pull/1/files?diff=split&w=1
Hello, in my use case I need this methods in order to use the Firebase Dynamic Links, so I implemented them. I had a problem removing the `type` argument from...
It would be nice to be able to pass the firebase password on non-interactive enviroments. For example: ```rb firebase_add_client( username: ENV['USERNAME'], password: ENV['FASTLANE_FIREBASE_PASSWORD'] ) ``` Or, even better if we...
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?
Hi, Im having an issue when running any command from firebase-plugin, we get ``` NoMethodError: [!] undefined method `[]' for nil:NilClass ``` This is happening when the sign-in challenge is...