Skip to content

Commit 517ce6c

Browse files
authored
Partial update to Swift dashboard (#9411)
1 parent d4c4e8c commit 517ce6c

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

SwiftDashboard.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@ to help prioritize any particular cell(s).
77
This dashboard is intended to track an initial full Swift review of Firebase along with addressing low-hanging fruit. We would expect it to identify additional follow up
88
tasks for additional Swift improvements.
99

10-
| | AB | An | ApC | ApD | Aut | Cor | Crs | DB | Fst | Fn | IAM | Ins | Msg | MLM | Prf | RC | Str |
11-
| :--- | :--- | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
12-
| **Swift Library** | | |||| |||| 1 ||||||||
13-
| **API Tests** | | |||||| 3 | 2 || 2 ||| 2 ||||
14-
| **async/await** | | n/a || ||| | 3 ||| | ||| |||
15-
| **Swift Errors** ||||| 4 |||||||||||| 5 |
16-
| **Codable** | n/a | n/a | n/a |n/a | n/a | n/a |n/a ||| 1 | n/a | n/a || n/a | n/a ||n/a |
17-
| **SwiftUI Lifecycle** | n/a | | n/a ||| n/a |n/a | n/a | n/a | n/a | n/a | n/a || n/a | n/a | n/a |n/a |
18-
| **SwiftUI Interop** | | |||||||||||||||n/a |
19-
| **Property Wrappers** ||||||||| 6 |||||||||
20-
| **Swift Doc Scrub** ||||||||||||||||||
10+
| | An | ApC | ApD | Aut | Cor | Crs | DB | Fst | Fn | IAM | Ins | Msg | MLM | Prf | RC | Str |
11+
| :--- | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
12+
| **Swift Library** | |||| n/a |||| ||||| | ||
13+
| **API Tests** | | ||||| 3 | 2 || 2 ||| 2 | | ||
14+
| **async/await** | | | ||| | 3 ||| | | | | | ||
15+
| **Swift Errors** | | || 4 |||||||||||| 5 |
16+
| **Codable** | n/a | n/a |n/a | n/a | n/a |n/a ||| | n/a | n/a || n/a | n/a ||n/a |
17+
| **SwiftUI Lifecycle** || n/a ||| n/a |n/a | n/a | n/a | n/a | n/a | n/a || n/a | n/a | n/a |n/a |
18+
| **SwiftUI Interop** | || |||||||||||||n/a |
19+
| **Property Wrappers** | | |||||| 6 |||||||||
20+
| **Swift Doc Scrub** | | |||||||||||||||
2121

2222
### Other Projects
2323
- Tooling to surface full list of automatically generated Swift API from Objective C and validate.
2424
- Improve singleton naming scheme. Move singletons into a Firebase namespace, like `Firebase.auth()`, `Firebase.storage()`, etc.
2525
- Swift Generics. Update APIs that are using weakly typed information to use proper generics.
2626

2727
## Notes
28-
1. Planned to release with Firebase 8.11.0
2928
2. Tests exist. Coverage to be confirmed.
3029
3. Mostly done. Need to review open questions in the RTDB tab [here](https://docs.google.com/spreadsheets/d/1HS4iJBtTHA9E01VrcsiVn_GVOa7KOCcn5LNw3sWlGoU/edit#gid=75586175).
3130
4. Feature Request at [#7723](https://github.com/firebase/firebase-ios-sdk/pull/7723) and PR at [#9000](https://github.com/firebase/firebase-ios-sdk/pull/9000)
@@ -50,7 +49,6 @@ APIs would fit into this category.
5049
should also investigate using DocC to format the docs.
5150

5251
## Columns (Firebase Products)
53-
* AB - AB Testing
5452
* An - Analytics
5553
* ApC - App Check
5654
* ApD - App Distribution

0 commit comments

Comments
 (0)