module Fastlane::Helper
Public Class Methods
firebase_object_url(bucket, path)
click to toggle source
# File lib/fastlane/plugin/accessibility_test/helper/helper.rb, line 5 def self.firebase_object_url(bucket, path) "https://firebasestorage.googleapis.com/v0/b/#{bucket}/o/#{CGI.escape(path)}?alt=media" end