Skip to main content

Command Palette

Search for a command to run...

coffee_ Rebuild: Writing Roasters to a user's Firestore Collection

Updated
1 min read
coffee_ Rebuild: Writing Roasters to a user's Firestore Collection

https://www.youtube.com/watch?v=LcXB0MsRvNg

This live stream I worked on PR #97 which gives the user the ability to add a Roaster to their private Firestore collection.

I ran into an issue at first where the simulator couldn't run the app. Just replacing the Google Info.plist file seemed to fix my issue though.

It was a pretty straight forward feature to add, the only thing I'm not sure about is the duplicating data of bean document ID in a Roaster document and all the Roaster info in the Bean document. I think for now the data structure I have in place will work, but I will want to update it before I let real users into the app.

The progress of issues I'm working on can be seen in the GitHub projet

Next time, I'll be working on allowing a user to store a roaster as public data.

Coffee_ Development

Part 1 of 4

This is a collection of live streams and posts about Coffee_'s development

Up next

coffee_ Rebuild: Writing beans to firebase

The ship it attitude is alive in this project

coffee_ Rebuild: Writing Roasters to a user's Firestore Collection