Class: Firebase::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/firebase/lib/options.rb

Class Method Summary collapse

Class Method Details

.available_optionsObject



6
7
8
9
10
11
12
# File 'lib/fastlane/plugin/firebase/lib/options.rb', line 6

def self.available_options
  [
    FastlaneCore::ConfigItem.new(key: :username,
                                 env_name: "FIREBASE_USERNAME",
                                 description: "Username for the google account"),
  ]
end