Skip to content

Instantly share code, notes, and snippets.

View ederduran's full-sized avatar
🎯
Focusing

Edds ederduran

🎯
Focusing
View GitHub Profile
@krhoyt
krhoyt / firebase.php
Created December 6, 2014 19:29
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