dyor / scoop

MIT License
0 stars 0 forks source link

Create native iOS version of Scoops #20

Open dyor opened 1 year ago

dyor commented 1 year ago

Here is the prompt I used: write a swift app for ios that uses firebase authentication and firestore

dyor commented 1 year ago

10 minutes in: first challenge.

How do you structure a multi-platform project in Github? Should this be 2 separate repos (even though they share a lot of the same business logic, and the same Firebase Auth/Firestore), or 1 repo (with top level folders - one for Android, one for iOS). May just create another repo to start.