appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
© 2025 appwisp.com

MyStuffs - SwiftUI & Firebase

com.luiscalmon.FirebaseDemo

Total installs
0+
Rating
0.0
Released
January 4, 2021
Last updated
July 18, 2021
Category
Developer Tools
Developer
Luis Calmon
Developer details

Name
Luis Calmon
E-mail
unknown
Website
unknown
Country
unknown
Address
unknown
iOS SDKs

  • No items.

Screenshots

MyStuffs - SwiftUI & Firebase Screenshot 1 - AppWisp.com
MyStuffs - SwiftUI & Firebase Screenshot 2 - AppWisp.com
MyStuffs - SwiftUI & Firebase Screenshot 3 - AppWisp.com
MyStuffs - SwiftUI & Firebase Screenshot 4 - AppWisp.com

Description

My Stuffs

SwiftUI Firebase Demo

(https://github.com/luiscalmon/SwiftUI-Firebase-Demo)

A prove of concept iOS app developed in SwiftUI with a Firebase backend.

Backend

The types that interact with Firebase are:

UserManager

All the user account logic is managed here using FirebaseAuth.

FirestoreBackend

This is a generic type where all the persistent logic is implemented using FirebaseFirestore.

No one else type in the app knows about Firebase.

User Interface

The app presents a TabView with a UserView tabItem to manage user account and several Rows tabItem. Rows and complementary Row are generic types that allow reuse the same code for diferents Stuffs.

GenericHelper

GenericHelper is a protocol for conforming type to specialise the generic types.

The conforming types Appointment, Note and Task are used to demonstrate private data accessible just by the owner.

The conforming type Message is used to demonstrate private data updated just by the owner, but publicly read.