armand1m / armand1m/react-with-firebase-auth
Add missing firebase options
- Dominant language
- TypeScript
- Stars
- 130
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
- [x] [`signInWithPhoneNumber`](https://firebase.google.com/docs/auth/web/phone-auth)
- [ ] [`signInWithCustomToken(token)`](https://firebase.google.com/docs/auth/web/custom-auth)
- [ ] [`signInWithEmailLink(email, window.location.href)`](https://firebase.google.com/docs/auth/web/email-link-auth)
- [ ] [`signInWithSAMLProvider()`](https://firebase.google.com/docs/reference/js/firebase.auth.SAMLAuthProvider)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how the repository exposes Firebase authentication options and compare the existing signInWithPhoneNumber support with the three unchecked methods. Done means signInWithCustomToken, signInWithEmailLink, and signInWithSAMLProvider are supported consistently with the checked option, with the relevant existing checks still passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, react, typescript
- Domain
- authentication, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100