Firepix is a photo sharing app written using the Firebase JS SDK. You can view the presentation I gave on this at https://goo.gl/ZH6XjW.
-
On the Overview page in the Firebase Console (http://console.firebase.google.com/), navigate to your project and select
Add Firebase to your web app
. Copy the configuration intosrc/firebase.config.ts
. -
Add your Firebase projectId to
.firebaserc
.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will
automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run firebase deploy
after building your code.