Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 468 Bytes

phpFirebase

#Curd with Php and firebase real time database.

firestore folder contains the curd operation using Google cloud firestore.

for using firestore you have to install first grpc extention . in your local system than run below commands:

composer init   ''it create a composer.json file for handel dependencies'''
composer install   ''it create a vendor folder'''
composer require google/cloud-firestore