• Stars
    star
    366
  • Rank 112,820 (Top 3 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Todo Application using SwiftUI / Firebase / Redux.


Swift SwiftUI Firebase Xcode Git Version license

Simple Todo Application using SwiftUI/Firebase/Redux/Combine.

Light _ _ _
_
Dark _ _ _

Feature

  • Use SwiftUI fully.
  • Use Firebase.
    • Authentication
    • Cloud Firestore
  • Adopt Redux Architecture.
  • Compatible with DarkMode.
  • Adopt Context Menu for edit/delete task.
  • Support iPad(Full Screen).

Setup an Run

  • Clone this repository.
cd path/to/FireTodo
make # run install script.
open FireTodo.xcworkspace
  • Setup Firebase(See below.)
  • After setup Firebase, you can run application!

Firebase

  • Visit console
  • Create Project. (Project name can be anything.)
  • Setup Anonymous Authentication.
  • Setup Firestore using test mode.(region can be anything. In my case, I chose asia-northeast-1)
  • Setup iOS Application and download GoogleService-Info.plist.
    • Bundle Identifier is same as project's Bundle Identifier.(e.g. example.firetodo)
  • put GoogleService-Info.plist in FireTodo/

Dependencies

Todo

  • Divide some views into Components.
  • Edit user profile
  • Use Combine Framework more.
  • Put firestore.rules for improvement security.

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.๐Ÿ’ช

License

FireTodo is under MIT license. See the LICENSE file for more info.

More Repositories

1

PDFGenerator

A simple generator of PDF written in Swift.
Swift
751
star
2

PullToDismiss

You can dismiss modal viewcontroller like Facebook Messenger by pulling scrollview or navigationbar in Swift.
Swift
482
star
3

Alertift

Swifty, modern UIAlertController wrapper.
Swift
283
star
4

WaterfallLayout

water-fall layout in iOS
Swift
207
star
5

FormToolbar

Simple, movable and powerful toolbar for UITextField and UITextView.
Swift
86
star
6

Lobster

๐Ÿฆ Type-safe Firebase-RemoteConfig helper library ๐Ÿฆ
Swift
77
star
7

firebase-ec-demo

E-commerce data model, security rules example using Cloud Firestore.
58
star
8

FireSnapshot

A useful Firebase-Cloud-Firestore Wrapper with Codable.
Swift
56
star
9

Shopping-Cart

Swift
45
star
10

SwiftUI-Firebase-Todo

Swift
35
star
11

BeautifulGridLayout

UICollectionView extension for showing beautiful grid!
Swift
32
star
12

SNSShare

Text/Image/URL share to Twitter/Facebook/LINE from App in Swift.
Swift
25
star
13

Once

Execute closure just once!!! Once is a micro framework.
Objective-C
19
star
14

FirstAppearing

[Swift] Helper Protocol-Extension for UIViewController's viewWillAppear/viewDidAppear.
Swift
17
star
15

Curriculum-Vitae

16
star
16

SwiftUI-Todo

Todo application example using SwiftUI
Swift
16
star
17

flutter-github-repo-explorer

This is an example application with Flutter using river_pod, state_notifier, and freezed.
Dart
16
star
18

firestore-like-feature-example

An example of like feature such as Twitter, Instagram with Cloud Firestore
TypeScript
15
star
19

TwitterLikeHeaderExample

Swift
15
star
20

Shrimp

Shrimp is Firebase-RemoteConfig helper library.
Swift
14
star
21

BlendingCulturesExample

Example for "Blending Cultures" of try! Swift's Presentation
Swift
12
star
22

cloud-functions-practical-configuration

TypeScript
11
star
23

RxFirebaseAuth

Combination of RxSwift and Firebase Authentication
Swift
11
star
24

DTFont

DynamicTypeFont helper. Easy creation, custom font etc.
Swift
10
star
25

firebase-recommended-template

The recommended template for developing with Firebase
HTML
9
star
26

Quiche

Type-safe Firestore query helper for Swift.
Swift
7
star
27

firestore-emulator-rules-test

Test Firestore rules using jest and firestore-emulator
TypeScript
6
star
28

RxPlayground

Xcode Playground with RxSwift
Swift
6
star
29

APIKitWithDecodableSample

APIKit x Swift.Decodable sample
Swift
5
star
30

Border

Border is CloudFunction libarry that connect Firebase and Stripe.
JavaScript
5
star
31

ApplicationEventObserver

Application notification event handling in Swift
Swift
5
star
32

i18nSwift

i18n for Swift
Swift
4
star
33

firebase-storage-rule-test-example

An Example of writing the test of storage.rules
TypeScript
4
star
34

firestore-rules-test-example

TypeScript
4
star
35

dotfiles

Shell
3
star
36

ElastiQ

Generate ElasticSearch query in Swift
Swift
3
star
37

SourceryDemo

Demo using Sourcery for auto-generating boiler-plate of `LogEvent`.
Swift
3
star
38

FDLBuilder

Firebase Dynamic Links builder
Swift
3
star
39

FormChangeable

Easy to move from UITextField/UITextView to next UITextField/UITextView written in Swift.
Swift
2
star
40

CloudFirestoreTestExample

Example for Cloud Firestore online test with jest.
TypeScript
2
star
41

EnhancedAutoReleasePool

EnhancedAutoReleasePool is ฮผ-Library for autoreleasepool.
Swift
2
star
42

Pick

Protocol-Oriented PickerViewController
Swift
2
star
43

EnvToSwift

Config file generator from `.env`
Shell
1
star
44

FirebaseABTestingExample

Firebase A/B Testing Example
Swift
1
star
45

flutter_test_report_on_github_action_example

Dart
1
star
46

plain-emulator-sandbox

TypeScript
1
star
47

CloudFunctionsAPI

Provides secure request between client and Cloud Functions
Swift
1
star
48

SUCheckButton

light-weight check button in Swift.
Swift
1
star
49

my-styleguide

My coding styleguide
1
star
50

AutoIncrement_id_Realm_Example

Example of auto increment `id` in Realm
Ruby
1
star