Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 808 Bytes

File metadata and controls

45 lines (27 loc) · 808 Bytes

import { Head, Appear, Image } from "mdx-deck"; import Logo from "./assets/images/logos/rdc-icon.svg"; export { default as theme } from "./theme"; import { CodeSurfer } from "mdx-deck-code-surfer"; import ultramin from "prism-react-renderer/themes/ultramin";

Lecture 11

Quick Intro to Firebase


What are we missing?

Our apps don't have a shared data source!

A React app on my computer can't share state with one on yours!


What does this look like?


Shared Data Source


How do we accomplish this?

  • Express
  • Ruby on Rails
  • Firebase

Firebase

  • Fantastic for quick prototyping
  • No Installation Necessary
  • Realtime!