소개
This skill provides a comprehensive suite of implementation patterns for Firebase Authentication, enabling developers to quickly integrate secure sign-in, sign-up, and session management workflows. It covers everything from standard email and password authentication to OAuth providers like Google and GitHub, while emphasizing security best practices such as HttpOnly cookie storage, server-side token verification with the Firebase Admin SDK, and robust error handling for common authentication failures in React and Next.js environments.