You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SwiftDashboard.md
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,24 @@ to help prioritize any particular cell(s).
7
7
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
8
8
tasks for additional Swift improvements.
9
9
10
-
||AB |An | ApC | ApD | Aut | Cor | Crs | DB | Fst | Fn | IAM | Ins | Msg | MLM | Prf | RC | Str |
- Tooling to surface full list of automatically generated Swift API from Objective C and validate.
24
24
- Improve singleton naming scheme. Move singletons into a Firebase namespace, like `Firebase.auth()`, `Firebase.storage()`, etc.
25
25
- Swift Generics. Update APIs that are using weakly typed information to use proper generics.
26
26
27
27
## Notes
28
-
1. Planned to release with Firebase 8.11.0
29
28
2. Tests exist. Coverage to be confirmed.
30
29
3. Mostly done. Need to review open questions in the RTDB tab [here](https://docs.google.com/spreadsheets/d/1HS4iJBtTHA9E01VrcsiVn_GVOa7KOCcn5LNw3sWlGoU/edit#gid=75586175).
31
30
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.
50
49
should also investigate using DocC to format the docs.
0 commit comments