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

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

ยท

1 min read

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.

ย