Skip to content

Latest commit

 

History

History
95 lines (54 loc) · 2.23 KB

File metadata and controls

95 lines (54 loc) · 2.23 KB

Firebase

Learning Objectives

By the end of this class, you should be able to...

  1. Set up a project on the Firebase console.
  2. Handle data using Firebase Database using an example app.

Swift podcasts recommendations:

Firebase

Firebase is an app development platform.

  • provides tools to build high quality apps
  • these apps can scale easily

It has products to:

  • 📦store data
  • 🚨handle notifications
  • 🍷do A/B testing
  • 📈handle analytics
  • 🔑handle authentication and more.

The ones we'll learn how to use today are the Firestore Database and Storage. These tools will enable us to read and write to a database.

Firebase website

Watch intro video

Is this free?

Pricing

What to use?

Products

Firestore vs Realtime DB

What to use: Documentation link

Documentation Guides

Docs

Guided activity

Your task is to take the implementation of an app that's a photo journal and include Firebase to use their backend services.

Additional Resources

Firebase