Skip to content

Instantly share code, notes, and snippets.

@oscarg798
Last active May 28, 2020 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarg798/4fe7a6e4e72edc714b7acad4cea263b0 to your computer and use it in GitHub Desktop.
Save oscarg798/4fe7a6e4e72edc714b7acad4cea263b0 to your computer and use it in GitHub Desktop.
FastFile_for_Firebase_Distribution
fastlane_version "2.68.0"
default_platform :android
platform :android do
lane :firebase do
build_android_app(task: "assembleDebug")
firebase_app_distribution(
app: "1:112:android:123",
debug: true,
groups: "group",
firebase_cli_path: "/usr/local/bin/firebase"
)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment