skiptools / skiptools/skip-firebase
Make transpiler aware of SkipFirebase
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 18
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
It is very inconvenient to conditionally import Firebase / SkipFirebase every time, I suppose it could be transparently handled by the transpiler similarly to how SwiftUI, Foundation etc are converted to SkipUI, SkipFoundation etc ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the transpiler behavior for SwiftUI and Foundation, which the issue cites as comparable conversions, and compare it with how Firebase and SkipFirebase imports are currently handled. The work is done when Firebase imports can be handled transparently by the transpiler without requiring conditional import changes in each source file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, swift
- Domain
- mobile-dev, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100