firebase-php icon indicating copy to clipboard operation
firebase-php copied to clipboard

I love you guys ❤️ ❤️ ❤️ ❤️

Open davidvexel opened this issue 7 years ago • 19 comments

davidvexel avatar Feb 05 '18 03:02 davidvexel

I want to say the same ❤️ ❤️ ❤️ This SDK saved me!!!

fionnachan avatar Jul 27 '18 10:07 fionnachan

For image upload:

$bucket =$this->storage->getBucket();
$bucket->upload(fopen($_FILES['image']['tmp_name'], 'r'), ['name' => 'name_of_image.jpg']);

JNSantiago avatar Dec 28 '18 14:12 JNSantiago

Greeting from Cambodia,

go24dev avatar Dec 19 '19 02:12 go24dev

thank you <3

Sinitra avatar Apr 11 '20 16:04 Sinitra

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

hyquoccuong avatar Jun 29 '20 17:06 hyquoccuong

well done boys keep doing the good job

AmineAyachi avatar Jul 01 '20 07:07 AmineAyachi

Big High Five !

ronlinet avatar Aug 10 '20 16:08 ronlinet

Two years later, still using it with no probs 👍 Proud to be a contributor.

edi avatar Sep 22 '20 10:09 edi

Thanks from Saudi Arabia 👍

NaqiControl avatar Aug 10 '21 13:08 NaqiControl

Yep! Thanks for the work!

https://github.com/jthegedus/awesome-firebase/pull/73

oshliaer avatar Feb 22 '22 07:02 oshliaer

This SDK looks and feels very professional, thanks @jeromegamez.

JexPY avatar Jun 15 '22 18:06 JexPY

Thank you @JexPY, that means a lot 🥰.

Also to you all who have reactemojied the original post!

jeromegamez avatar Jun 15 '22 19:06 jeromegamez

Second Year and still counting. This package is a lifesaver!!! Much love from Nigeria ❤️ ❤️ ❤️❤️ ❤️ ❤️

doubleprincez avatar Sep 02 '22 20:09 doubleprincez

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 avatar Jan 30 '23 16:01 eramudeep

@eramudeep Thank you, much appreciated! But I'm just one guy 😅

jeromegamez avatar Jan 30 '23 16:01 jeromegamez

@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

jeromegamez avatar Dec 01 '23 06:12 jeromegamez

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!

jeromegamez avatar Dec 01 '23 06:12 jeromegamez

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!

Sure thing.

YogeshwarDBarai avatar Dec 01 '23 06:12 YogeshwarDBarai