Skip to content

Commit 936191d

Browse files
docs: update roadmap
1 parent 2f44bec commit 936191d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ROADMAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
## Phase 2: API Design & Codegen Spec
1717

18-
- [ ] Draft the public JS API (provider-agnostic from day one, even if only Google ships first)
18+
- [x] Draft the public JS API (provider-agnostic from day one, even if only Google ships first)
1919
- [ ] Define core types: `AuthCredential`, `AuthUser`, `AuthError`, `SignInOptions`
20-
- [ ] Write the Turbo Module codegen spec in TypeScript for the Google module
21-
- [ ] Define methods: `configure()`, `signIn()`, `signOut()`, `getCurrentUser()`, `revokeAccess()`, `isSignedIn()`
22-
- [ ] Design error handling strategy (typed errors, platform-specific error codes mapped to common codes)
20+
- [x] Write the Turbo Module codegen spec in TypeScript for the Google module
21+
- [x] Define methods: `configure()`, `signIn()`, `signOut()`, `getCurrentUser()`, `revokeAccess()`, `isSignedIn()`
22+
- [x] Design error handling strategy (typed errors, platform-specific error codes mapped to common codes)
2323
- [ ] Document the provider interface so future providers (Apple, GitHub) follow the same shape
2424
- [ ] Review API design with thoughtbot team / gather feedback before implementation
2525

0 commit comments

Comments
 (0)