File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,10 +86,16 @@ https://yourapp.com → Your actual website
8686support@yourapp.com → Your support email
8787```
8888
89- ### 4. Firebase Configuration
89+ ### 4. Firebase Configuration (Optional)
9090
91- 1 . Replace ` GoogleService-Info.plist ` with your Firebase project's config file
92- 2 . Update ` ios/Firebase/functions/.firebaserc ` with your project ID
91+ Skip this section if using Local Mode (` useFirebase = false ` ).
92+
93+ 1 . Create a Firebase project at [ console.firebase.google.com] ( https://console.firebase.google.com )
94+ 2 . Enable ** Authentication** → Sign-in method → Apple + Google
95+ 3 . Enable ** Firestore Database** (start in test mode, then add security rules)
96+ 4 . Download ` GoogleService-Info.plist ` from Project Settings → Your Apps → iOS
97+ 5 . Add ` GoogleService-Info.plist ` to your Xcode project (drag into ` ios/Sources/ ` folder, check "Copy items if needed")
98+ 6 . Update ` firebase-functions/.firebaserc ` with your project ID
9399
94100---
95101
@@ -103,7 +109,7 @@ The streak system is **backend-driven**:
103109
104110### Customizing Streak Behavior
105111
106- Edit ` ios/Firebase/ functions/index.ts` :
112+ Edit ` firebase-functions/ functions/src /index.ts` :
107113
108114#### Change reminder time
109115``` typescript
You can’t perform that action at this time.
0 commit comments