-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Update
main.dartdependency injection:- Create
ApiClientand pass it to repositories. - Remove
FirestoreServiceinjection (or keep only if still used for something else, but ideally remove).
- Create
- Remove unused Firebase client packages only if safe (later step):
- Keep Firebase Auth if you use it to obtain ID tokens.
- Remove Firestore client SDK only after all references are gone.
- Deliverables:
- App compiles cleanly.
- No repository directly imports Firestore/Storage.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request