Firebase (Google backed) hosting support

Edit: this can be easily done by creating a bootstrap-after-export-script.bat file with this content:

@ECHO  OFF
cd %1
firebase deploy  

and assigning it as a export script on settings<br /> (it may need a cd G:/ or cd J:/ before cd %1 if it's in other partition)

https://bootstrapstudio.io/tutorials/export-scripts

1 Like