Code guideline in integrating LINE Login with Firebase for Android developers
- Supported Android 4.0.3 (Ice Cream Sandwich) or newer
- Android Studio 3.0.1 or higher
- Google Play services 11.8.0 or newer
- google-services.json in app-level folder
- Create a channel on the LINE Developers console
- LINE SDK for Android
- Select Blaze plan
- Copy LINE Channel ID and set line.channelid in Google Cloud environment variable
firebase functions:config:set line.channelid="<your_channel_id>"
- App Login (SDK)
- Web Login (SDK)
- Get Profile (SDK)
- Verify Token (SDK)
- Refresh Token (SDK)
- Login with OpenID(v2.1) including Email
- Create custom token by Cloud Functions for Firebase
- Sign in with Firebase Custom Token
- Logout