7 commentaires (7 commentaires)2 réactions (2 réactions)0 assignés (0 assignés)JavaScript1 668 stars (1 668 stars)335 forks (335 forks)batch import
good first issuehas pr
Description
Add authentication via Firebase
Guide contributeur
- Stack technique
- javascriptnodejs
- Domaine
- backendauthentication
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- needs maintainer response
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- Firebase project setupKnowledge of Apollo
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 30
- Direction de recherche
- The issue is a feature request for Firebase authentication. First, review the repository structure to understand the current authentication flow (likely in src/server and src/client). Check for any existing comments or linked issues that discuss implementation preferences. Then, identify where Firebase SDK initialization and auth middleware would fit into the existing Apollo server setup. Look for API endpoints or GraphQL mutations that would require integration. The maintainer should clarify the desired authentication flow (e.g., email/password, social login) and whether it should be server only or client side as well.