Skip to content

Instantly share code, notes, and snippets.

View ederduran's full-sized avatar
🎯
Focusing

Edds ederduran

🎯
Focusing
View GitHub Profile
@ederduran
ederduran / firebase.php
Created October 1, 2018 05:45 — forked from krhoyt/firebase.php
Interact with Firebase from PHP.
<?php
// Constants
$FIREBASE = "_YOUR_FIREBASE_URL_";
$NODE_DELETE = "temperature.json";
$NODE_GET = "temperature.json";
$NODE_PATCH = ".json";
$NODE_PUT = "temperature.json";
// Data for PUT
@ederduran
ederduran / frontendDevlopmentBookmarks.md
Last active August 29, 2015 14:27 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.