Alejandro Beltran

Results 1 issues of Alejandro Beltran

Hi thans for this project; I can installed and retrieve items from Database realtime ``` $firebase = new \Geckob\Firebase\Firebase(storage_path("file.json")); $firebase->setPath('items/'); $items= $firebase->get(''); $collection = collect(json_decode($items)); // printing like this element1...