Skip to content

Code guideline in integrating LINE Login with Firebase for Android developers

Notifications You must be signed in to change notification settings

mrtavat/LINE-Login-x-Firebase-Android

 
 

Repository files navigation

LINE Login x Firebase for Android

Code guideline in integrating LINE Login with Firebase for Android developers

Prerequisites

Cloud Functions for Firebase

  • 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>"

Features

  • 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

Screenshots

Documentation

Blog

Slide Decks

About

Code guideline in integrating LINE Login with Firebase for Android developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 93.4%
  • JavaScript 6.6%