peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode Swift Contributors Forks Stargazers Issues MIT License


Logo

Make It So - Again!

This is the source code for Make It So, a sample app that demonstrates how to use Firebase in a SwiftUI app that runs on all (most) of Apple's platforms.
Follow along on Twitter as I code the app »

Report Bug · Request Feature

Getting started

This app requires a Firebase project, which you can create at no cost using the Firebase Console. Here are the steps. For a more detailed description of how to add Firebase to an iOS project, refer to the official Firebase docs for iOS and Apple's other platforms.

  1. Clone the repo
  2. Create a Firebase project
  3. Create a Cloud Firestore database in the new Firebase project (link)
  4. Enable Anonymous Authentication (link)
  5. Register the iOS app in the Firebase project
  6. Download the GoogleService-Info.plist file to the code/frontend/Configuration/Firebase/Development folder
  7. Open MakeItSo.xcodeproj in Xcode
  8. Select the MakeItSo (iOS) DEV target
  9. Run the app

About the project

License

See LICENSE

Disclaimer

This is not an official Google product.

Contact

Peter Friese - @peterfriese

Project Link: https://github.com/peterfriese/MakeItSo

Acknowledgements

The application icon is based on Check by Robert Won from the Noun Project

About

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

https://twitter.com/peterfriese/status/1453467058302291975

License:Apache License 2.0


Languages

Language:Swift 100.0%