- version 3.6
Check those constraints:
$this->anything()
| <?php | |
| // Constants | |
| $FIREBASE = "_YOUR_FIREBASE_URL_"; | |
| $NODE_DELETE = "temperature.json"; | |
| $NODE_GET = "temperature.json"; | |
| $NODE_PATCH = ".json"; | |
| $NODE_PUT = "temperature.json"; | |
| // Data for PUT |