illustration for Build Applications Locally with the Firebase Emulator
pro

Build Applications Locally with the Firebase Emulator

Instructor

Jorge Vergara

33m closed-captioning
·
12 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.0
25
people completed
Published 3 years ago
|
Updated 2 years ago

By using Firebase emulators you no longer have to create a second dev firebase project to avoid using production data. You also don't run the risk of having a cloud function crash and run up a huge bill.

In this course, you'll learn how to set up and use Firebase's authentication, function, and Firestore emulators. You will also learn how to safely set up Cloud Function emulation, import seed data into your emulators, and disable the emulators in production.

By the end of this course, you'll be able to confidently set up a safe environment for testing in your own applications!

What you'll learn:

  • Initialize Firebase emulators in your Angular app
  • Set up and use the authentication, function, and Firestore emulators
  • Emulate HTTP, callable, and listener cloud functions
  • Seed your emulators with data
  • Disable the emulators when in production

Course Content

33m • 12 lessons

    You might also like these resources:

    illustration for Test Production Ready Apps with Cypress
    Brett Cassette • 1h 16m • Course

    Learn to apply the same E2E testing principles to your own applications.

    illustration for Automate Daily Development Tasks with Bash
    Cameron Nokes • 46m • Course

    Humans were never meant to repeat joyless tasks in a precise manner, over and over and over. Learn to automate the joyless tasks out of your life.

    illustration for Create a New Github Action to Automate Code Tasks with Javascript
    Colby Fayock • 16m • Course

    Learn how to create, test, version control, and publish new Javascript-based Github Action running on Node.