https://github.com/hukusuke1007/todoapp_swiftui
SwiftUI + Firebaseを使ったサンプルアプリ
https://github.com/hukusuke1007/todoapp_swiftui
firebase firestore swiftui swiftui-example
Last synced: about 1 year ago
JSON representation
SwiftUI + Firebaseを使ったサンプルアプリ
- Host: GitHub
- URL: https://github.com/hukusuke1007/todoapp_swiftui
- Owner: hukusuke1007
- Created: 2021-02-26T05:35:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T23:58:07.000Z (over 5 years ago)
- Last Synced: 2025-04-01T09:05:17.110Z (about 1 year ago)
- Topics: firebase, firestore, swiftui, swiftui-example
- Language: Swift
- Homepage:
- Size: 65.4 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApp
SwiftUI + Firebaseを使ったサンプルアプリ
## 起動方法
1. Podで依存ライブラリをインストール ```pod install```
2. Firebaseプロジェクトを作成。Firestoreをテストモードに設定。FirebaseAuthの匿名認証を許可。
3. GoogleService-Info.plist を Xcodeへ取り入れた後にビルド&実行