Skip to content

Instantly share code, notes, and snippets.

View kolathee's full-sized avatar
🎯
Focusing

Kolathee kolathee

🎯
Focusing
  • Agoda
  • Bangkok
View GitHub Profile
@kolathee
kolathee / Embed-Firebase-Medium.swift
Last active December 28, 2016 05:07
Firebase - sample #QueryLimited
/*
users
.
...AX4FE3W21l9
. .
. ...email : "test@gmail.com"
. .
. ...age : "18"
. .
. ...name : "Kolathee"
@kolathee
kolathee / Embed-Firebase-Medium.swift
Last active December 28, 2016 05:06
Firebase - Overview
import UIKit
// 1 import Firebase
import FirebaseDatabase
// 2 create a reference (fromURL: ,etc)
let referance = FIRDatabase.database().reference(fromURL: "....")
// 3 Attach a closure to read the data
referance.observe(.childAdded, with:{ (snapshot) in