Giter Club home page Giter Club logo

firebase-angular-starter-pack's Introduction

Firebase & AngularJS Starter Pack

Firebase is a scalable realtime backend that lets you build apps fast without managing servers.

Introduction

This starter pack is for anyone building a web app with Angular and Firebase. Firebase's realtime data store works well with Angular's two-way data binding and content rendering. This repository includes example applications that use some of the common patterns and best practices for integrating the two technologies.

We recommend taking the tutorial on both Firebase and AngularJS before proceeding.

There are three key benefits to using Firebase as a backend for your Angular app:

No backend code required

Since Firebase is a hosted service, your app can use the Firebase JS library to talk to the Firebase servers directly in order to store and retrieve data. In combination with our flexible security rules, this means you don't need any backend code at all to write a production ready web app.

Realtime by default

Firebase is a realtime data store, which means all data synchronized via the service changes in realtime. When a change occurs on one of your clients, the change propogates to all other clients using your app nearly instantly. This makes Firebase ideal for collaborative web apps where data changes frequently.

Authentication

Firebase provides a Simple Login service to add authentication to your app via Facebook, Github, Persona, Twitter, or email / password login.

Example Projects

Realtime chat written with AngularJS + Firebase.

Live Demo

An version of the TodoMVC in AngularJS which has been modifed to use Firebase as a backend.

Live Demo

A crowdsourced weather application for San Francisco fog.

Live Demo

A basic realtime chatroom application built with the Ionic frontend framework and Firebase as the backend.

An application skeleton for a typical AngularFire web app. This seed allows you to quickly bootstrap realtime apps using Firebase and Angular.

An application skeleton for a typical Ionic cross-platform (Android, iOS, Web) app. This seed provides a basic Ionic application hierarchy with Firebase and Angular.

Additional Firebase + AngularJS Resources

If you have any technical questions or feedback on integrating Firebase with Angular, email [email protected].

firebase-angular-starter-pack's People

Contributors

abeisgoat avatar katowulf avatar sararob avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.