firebase-php
firebase-php copied to clipboard
I love you guys ❤️ ❤️ ❤️ ❤️
I want to say the same ❤️ ❤️ ❤️ This SDK saved me!!!
For image upload:
$bucket =$this->storage->getBucket();
$bucket->upload(fopen($_FILES['image']['tmp_name'], 'r'), ['name' => 'name_of_image.jpg']);
Greeting from Cambodia,
thank you <3
This save me from updating my custom push notification code to race with gcm and apns everytime they upgrade their code, now I have just need to upgrade the sdk lol. I ran from using gcm, apns then firebase and now this, hope I can stick with this sdk for a long time
PS: Greeting from Vietnam
well done boys keep doing the good job
Big High Five !
Two years later, still using it with no probs 👍 Proud to be a contributor.
Thanks from Saudi Arabia 👍
Yep! Thanks for the work!
https://github.com/jthegedus/awesome-firebase/pull/73
This SDK looks and feels very professional, thanks @jeromegamez.
Thank you @JexPY, that means a lot 🥰.
Also to you all who have reactemojied the original post!
Second Year and still counting. This package is a lifesaver!!! Much love from Nigeria ❤️ ❤️ ❤️❤️ ❤️ ❤️
as a solo developer, you guys made my life easier, due to this package, i am able to develop my two applications alone. Frontend: React-Native Backend : PHP
@eramudeep Thank you, much appreciated! But I'm just one guy 😅
@YogeshwarDBarai Try a composer require --with-all-dependencies "kreait/firebase-php:^7.0"
and check if you have lcobucci/jwt
fixed to a 5.x
version in your project's root composer.json
Please create a new issue and share the contents of your composer.json
file as well as the output of composer show
, I'm sure we can figure it out!
Please create a new issue and share the contents of your
composer.json
file as well as the output ofcomposer show
, I'm sure we can figure it out!
Sure thing.