@intocode-io/fireliff-cli
Version:
Command line interface for building LIFF app on Firebase
23 lines (20 loc) • 462 B
JavaScript
import './index.css';
/**
* To initialize Firebase
*/
// import firebase from 'firebase/app';
// import 'firebase/auth';
//
// firebase.initializeApp({
// apiKey: process.env.FIREBASE_API_KEY,
// projectId: process.env.FIREBASE_API_PROJECT_ID
// });
/**
* To initialize LIFF
*
* Note: liff is defined when LIFF SDK script is included in .html file
*/
// liff.init(
// data => console.log(data.context),
// error => console.log(error)
// );