Coffee & Code - Book Quote App Firebase Migration & Authentication

Coffee & Code - Book Quote App Firebase Migration & Authentication

Moving the Book Quote app to its own Firebase project, migrating Cloud Firestore data, adding authentication, and restructuring the database.


Sample Image
Cold Brew from Grand View Grind in Columbus, Ohio

The Book Quote app needed to have its own Firebase project, as I was previously using it under another one.

Sample Image

To do this, I had to also start moving the data in Cloud Firestore and Firebase Storage to the new Firebase project.

A very tedious task that I’ll eventually get to over time.

Sample Image

But for now, the app also now supports authentication.

I plan to release it to the public so that others can upload their very own favorite book quotes as well.

Sample Image

I needed to restructure the database to have a users collection, which each document in the collection will contain both

Sample Image
  1. User related meta data.
  2. A books collection that stores their favorite books and their quotes.