flutter-social-login
Installation
SKILL.md
Flutter Social Login with Firebase Auth
Complete guide for implementing Google and Apple Sign-In in Flutter apps using Firebase Authentication.
Package Versions
This skill targets:
google_sign_inv7+ (usesGoogleSignIn.instance.initialize()+authenticate()API)sign_in_with_apple^6.0.0firebase_auth^5.0.0
Platform Strategy
| Platform | Google Sign-In | Apple Sign-In |
|---|---|---|
| Android | ✅ Native (Credential Manager) | ❌ Skip (requires complex web auth setup) |
| iOS | ✅ Native | ✅ Native |