+ All Categories
Home > Technology > Building A Webb App with Firebase and Angular 2

Building A Webb App with Firebase and Angular 2

Date post: 23-Feb-2017
Category:
Upload: alex-hoffman
View: 19 times
Download: 0 times
Share this document with a friend
9
Feb 15, 2017 + Building a Web App with Firebase and Angular 2 -Alex Hoffman
Transcript
Page 1: Building A Webb App with Firebase and Angular 2

Feb 15, 2017

+

Building a Web App with Firebase and Angular 2-Alex Hoffman

Page 2: Building A Webb App with Firebase and Angular 2

• Founded (2011)• Acquired by Google (2014)• BaaS

– Cloud Database– Queries– Deployment– Metrics

• Mobile and Web-App development

What is Firebase?

2

Page 3: Building A Webb App with Firebase and Angular 2

Positives

Page 4: Building A Webb App with Firebase and Angular 2

• Realtime database• Easy to setup and use• Authentication options

The Big 3

4

Page 5: Building A Webb App with Firebase and Angular 2

• Automatic scaling• Offline capability• Json Database

– Easy import and download• Secure

Other Benefits

5

Page 6: Building A Webb App with Firebase and Angular 2

Negatives

Page 7: Building A Webb App with Firebase and Angular 2

• Limited query functionality• NoSql Database

– Not relational– No object validation

• Can’t independently host database• Limited free• Issues with viewing data on website

Negatives

7

Page 8: Building A Webb App with Firebase and Angular 2

• Both Google • Angular

– Typescript manage objects– Constructor subscribe to database

• Angularfire2– 3-way data binding– Makes firebase importable

Why Firebase and Angular 2?

8

Page 9: Building A Webb App with Firebase and Angular 2

• angular 2: 2.3.1• firebase: 3.6.9• angular-cli: 1.0.0-beta.24• angularfire2: 2.0.0-beta.7• angular/material: 2.0.0-beta.1

• https://github.com/alexhoffman617/angularfire2Demo

Demo Technologies

9


Recommended