Skip to content

Commit e97cfa2

Browse files
committed
Improve Firebase setup documentation
- Add detailed step-by-step Firebase configuration instructions - Fix incorrect path references (ios/Firebase/functions → firebase-functions)
1 parent 5da9005 commit e97cfa2

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

CUSTOMIZATION.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,16 @@ https://yourapp.com → Your actual website
8686
support@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

0 commit comments

Comments
 (0)