Jérôme Gamez

Results 113 comments of Jérôme Gamez

Thank you @JexPY, that means a lot 🥰. Also to you all who have reactemojied the original post!

When I remove the `.` char from the validator in https://github.com/kreait/firebase-php/blob/5.x/src/Firebase/Database/Reference/Validator.php#L14 and try to call this reference, the Firebase REST API returns the error `Invalid path: Invalid token in path`,...

This is a feature available in the Firebase Client SDK, not the Admin SDK, and honestly… I don't know how they do it 😅. It's definitely not a real database...

Hey 👋 it looks as if you're returning the Auth component in a Controller Action instead of a string, `view()` or `Response`, but this is the only information that I...

At the moment, you can achieve this by using the factory with the same ServiceAccount but multiple calls of the `withDatabaseUri()` method: ```php use Kreait\Firebase\Factory; $factory = (new Factory)->withServiceAccount('/path/to/firebase_credentials.json'); //...

@Morfeus73 Thank **you** for the one-time donation!

Please provide a reproducible code snippet and/or the full message that you've sent to the Firebase Servers. Also, please share which version of the SDK you're using. According to https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#WebpushConfig...

Woah, that's huge! In terms of work you put in and also in terms of the amount of code to look through 😅. First and foremost: thank you for proposing...

Oh, that's the one thing that I wanted to mention but forget in my previous comment - I've seen that you mimicked the other components of the SDK and appreciate...

No problem, once we're ready, I will run the integration tests locally, so let's ignore them together with the code coverage 💪