Skip to content

Instantly share code, notes, and snippets.

View fherx's full-sized avatar

Fernando fherx

  • Bolivia
View GitHub Profile
@fherx
fherx / FirebaseUIHelp.txt
Created February 18, 2017 17:27 — forked from caldwbr/FirebaseUIHelp.txt
Help for Installing FirebaseUI Drop-In Authentication System with Swift 3
*******AppDelegate.swift *******
//
// AppDelegate.swift
// Bizzy Books
//
// Created by Brad Caldwell on 9/23/16.
// Copyright © 2016 Caldwell Contracting LLC. All rights reserved.
//
@fherx
fherx / Single Value from mysqli PHP.php
Created September 24, 2016 14:00 — forked from bcamarneiro/Single Value from mysqli PHP.php
Return single value from mysqli PHP
$name = $mysqli->query("SELECT name FROM contacts WHERE id = 5")->fetch_object()->name;