Skip to content

Instantly share code, notes, and snippets.

View lonkecxd's full-sized avatar
🏝️
Working from holiday

Xiangdong Chen lonkecxd

🏝️
Working from holiday
  • Microsoft
  • Shanghai
View GitHub Profile
@lonkecxd
lonkecxd / pretty-timline.js
Created September 30, 2017 15:39
一个与Firebase连接的时光轴,可多人共享
// Initialize Firebase
var config = {
authDomain: "pretty-timeline.firebaseapp.com",
databaseURL: "https://pretty-timeline.firebaseio.com",
projectId: "pretty-timeline",
storageBucket: "pretty-timeline.appspot.com",
messagingSenderId: "652452531612"
};
firebase.initializeApp(config);