全局
商店

485

查看趋势>
MyStuffs - SwiftUI & Firebase
版本记录
更新内容对比
应用状态
  • 全球最早版本上线日期
    2021-01-04
  • 最新版本
    2
  • 最新版本上线距今
    2年287天20小时
  • 近1年版本更新次数
    0

版本时间线

T鼠标悬停“更新节点”,查看更新内容。点击“更新节点”可查看更新前后内容对比
版本更新
显示内容
日期
  • -
2024年
1月
31
2月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
3月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
4月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

版本记录

  • 版本2
    2021-07-18
    大小:6.20M
    更新日志

    In-app purchase has been added to give users the opportunity to support future versions of My Stuff.

    截图
    应用描述

    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.

  • 版本1.02
    2021-01-04
    大小:5.93M
    截图
    应用描述

    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.