googlearchive / firebase-angular-starter-pack

A Firebase + AngularJS Starter Pack
MIT License
347 stars 234 forks source link

Most demo links don't work #12

Open awebdeveloper opened 9 years ago

awebdeveloper commented 9 years ago

Most of the demo links to apps like chat, fog etc don't work

blinksmith commented 8 years ago

you can use rawgit just like this

origin: https://github.com/firebase/firebase-angular-starter-pack/blob/master/Crowdsourced-fog/index.html viewer: https://rawgit.com/firebase/firebase-angular-starter-pack/master/Crowdsourced-fog/index.html

bookmarklet: replace github with rawgit and remove /blob/ or /raw/ javascript:(function(){window.location=window.location.toString().replace(/github\.com|raw.github\.com|raw.githubusercontent\.com/,"rawgit.com").replace(/\/blob\/|\/raw\//,"/")})();