Skip to content

JorgeMG/angular-firebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Angular Firebase Meetup @fictiziaformacion

Web app used for the meetup @fictiziaformacion.

Installation

  1. Optional: create a c9.io account.
  2. Create a firebase account and app.
  3. Clone the repository from github: github.com/isorna/angular-firebase.git.
  4. Set up your app firebase hosting.
  5. Activate Login & Auth for Github inside firebase, and create a github app.
  6. Inside js/app.js and firebase.json, replace angularfire-meetup with your app URL.
  7. Then deploy your website with firebase deploy.
  8. Visit your app online: YOUR-APP-URL.firebaseapp.com.

Firebase

  • Hosting for static apps, and includes deployment rollbacks.
  • Document database hosting, with JSON import/export.
  • Declarative security rules implementation on server via JSON.
  • Built-in simulator and analytics.
  • User Login & Authentication.
  • Register the corresponding app (Github, twitter, ...), then activate it from the dashboard.
  • Use firebase api for authentication: login with github.
  • Creating a new project is easy:
  • Install firebase tools: sudo npm install -g firebase-tools.
  • cd into your website directory and run firebase init.

Links

About

Web app used for the meetup @fictiziaformacion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 6.4%