fastlane-plugin-firebase_app_distribution

fastlane plugin for Firebase App Distribution. https://firebase.google.com/docs/app-distribution

MIT License

Stars
167
Committers
21
fastlane-plugin-firebase_app_distribution - v0.3.3

Published by lfkellogg over 2 years ago

fastlane-plugin-firebase_app_distribution - v0.3.2

Published by lfkellogg almost 3 years ago

lane :bump_version do
  latest_release = firebase_app_distribution_get_latest_release(
    app: "<your Firebase app ID>"
  )
  increment_build_number({ build_number: latest_release[:buildVersion].to_i + 1 })
end
fastlane-plugin-firebase_app_distribution - v0.3.1

Published by lfkellogg about 3 years ago

fastlane-plugin-firebase_app_distribution - v0.2.9

Published by lfkellogg over 3 years ago

Fixes:

fastlane-plugin-firebase_app_distribution - v0.2.8

Published by lfkellogg over 3 years ago

Fixes:

fastlane-plugin-firebase_app_distribution - v0.2.7

Published by lfkellogg over 3 years ago

  • Add firebase_app_distribution_get_udids action
  • Add --android_artifact_path and --android_artifact_type parameters
  • Fix: Make --release_notes_file take precedence over lane_context[SharedValues::FL_CHANGELOG]
fastlane-plugin-firebase_app_distribution - v0.2.3

Published by joshdholtz about 4 years ago

  • fix: specify content-type headers when making json post requests #160 (@brownoxford)
fastlane-plugin-firebase_app_distribution - v0.2.2

Published by tagboola about 4 years ago

Adds a googleservice_info_plist_path parameter to the upload action.

fastlane-plugin-firebase_app_distribution - v0.2.1

Published by lfkellogg about 4 years ago

A hotfix release to fix an issue uploading releases on Windows.

Fixes:

fastlane-plugin-firebase_app_distribution - v0.2.0

Published by lfkellogg about 4 years ago

With this release, the plugin no longer relies on the Firebase CLI to authenticate users and make requests. For more information, visit the Android or iOS setup guides.

Also:

  • Adds the firebase_app_distribution_login action for Google account login without the Firebase CLI
  • Adds a service_credentials_file parameter to the upload action

Firebase Release Notes: iOS, Android