随笔分类 -  Firebase

摘要:In this final React Native lesson of the series we will finalize the Notes view component and squash a few bugs in the code. 阅读全文
posted @ 2016-08-05 04:43 Zhentiw 阅读(231) 评论(0) 推荐(0) 编辑
摘要:Install: Config Firebase: First we need to require Firebase: Then in the component constructor, we need to init Firebase: The config you can easily ge 阅读全文
posted @ 2016-08-04 01:52 Zhentiw 阅读(1105) 评论(0) 推荐(0) 编辑
摘要:Link : Video. 1. Firebase Auth: provides simple login with Github, Google, Facebook, Twittr. Link 2. Manifest: 3. Generate Mainfest and icons: Link 4. 阅读全文
posted @ 2016-06-05 21:43 Zhentiw 阅读(611) 评论(0) 推荐(0) 编辑
摘要:If you are looking for a host website, you can try Firebase, heroku or AWS... Today, I tried to deploy a simple website to Firebase, it looks like pre 阅读全文
posted @ 2016-05-15 03:56 Zhentiw 阅读(254) 评论(0) 推荐(0) 编辑
摘要:Create a Firebase Servcie: Display the list: 阅读全文
posted @ 2016-04-25 04:59 Zhentiw 阅读(230) 评论(0) 推荐(0) 编辑
摘要:The idea: This post we are going to learn how to build a Firebase Forage with object related database.Form the pic we can see that there are two objec... 阅读全文
posted @ 2014-11-11 22:10 Zhentiw 编辑
摘要:Using $firebaseSimpleLogin service.Here we use three methods for login, logout, register and getCurrentUser.Be sure to open the Email and Password con... 阅读全文
posted @ 2014-11-11 04:43 Zhentiw 编辑
摘要:/** * Created by Answer1215 on 11/9/2014. */var app = angular.module('app', ['firebase']);app.constant('FIREBASE_URI', 'https://zhentiw-angular-fire.f... 阅读全文
posted @ 2014-11-10 20:44 Zhentiw 编辑
摘要:Basic angularFire options: $save, $add and $remove.The way connect firebase:var app = angular.module('app', ['firebase']); var ref = new Firebase(F... 阅读全文
posted @ 2014-11-10 07:00 Zhentiw 编辑
摘要:1.Installing Firebase 2.Accessing DataYou'll need areferenceto access data inside your Firebase.A core concept of Firebase is thatevery pie... 阅读全文
posted @ 2014-09-17 05:01 Zhentiw 编辑

点击右上角即可分享
微信分享提示