Full-Stack Firebase
  • Introduction
  • Introduction
    • Full-Stack Firebase
    • Why Firebase?
    • What is serverless?
    • Prerequisites
    • Overview & Structure
    • Write your first query
    • Links
    • Downloadable Notes
  • Firebase Console
    • Introduction
    • Walkthrough
  • Firebase Tools
    • Introduction
    • Walkthrough
  • Firebase Authentication
    • Introduction
    • Walkthrough
    • Challenge
    • Notes
  • Cloud Firestore
    • Introduction
    • Walkthrough
    • Security Rules
    • Indexes
    • Challenge
    • Notes
  • Realtime Database
    • Introduction
    • Walkthrough
    • Security Rules
    • Challenge
    • Notes
  • Cloud Functions for Firebase
    • Introduction
    • Walkthrough
    • Challenge
    • Notes
  • Firebase Storage
    • Introduction
    • Walkthrough
    • Security Rules
    • Challenge
    • Notes
  • Cloud Messaging
    • Introduction
    • Walkthrough
    • Challenge
    • Notes
  • Firebase Hosting
    • Introduction
    • Walkthrough
    • Challenge
    • Notes
Powered by GitBook
On this page
  • Open the app
  • Open DevTools
  • Video
  1. Cloud Firestore

Walkthrough

PreviousIntroductionNextSecurity Rules

Last updated 7 years ago

Open the app

Open the app at .

Open DevTools

for Fogo as of July 2018.

This is best done in Firefox.

Right-click inspect element and select the Debugger tab. Then click command + P to search for and open two files:

  • observers/images.observer.js,

  • and queries/images.query.js.

observers/images.observer.js

Video

queries/images.query.js
fogo.howtofirebase.com
Sourcemaps are currently broken in Chrome