Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bonnyfone's full-sized avatar

Stefano Bonetta bonnyfone

View GitHub Profile
@bonnyfone
bonnyfone / README.md
Created January 23, 2024 15:51 — forked from gaberilde/README.md
Firebase Hosting Fetch All Files Url fix

Fetch All Files from Firebase Hosting

This script fetches all of the files from the currently deployed version of a Firebase Hosting site. You must be signed in via the Firebase CLI and have "Site Viewer" permission on the site in question to be able to properly run the script.

Running via NPX

npx https://gist.github.com/gaberilde/4c2d55d8c6de0772ca49c8b473dff442 <site_name>
@bonnyfone
bonnyfone / build.gradle
Created July 29, 2016 14:09 — forked from danielgomezrico/build.gradle
Gradle / Android tasks to run findbugs and pmd static code checkers after assembleDebug. thanks to https://gist.github.com/rciovati/8461832
// How to use it inside any gradle build
apply from: "quality.gradle"