-
### Describe the issue you are experiencing
Sometimes when making a call to Firebase, I get the following errors:
> In DatabaseApiExceptionConverter.php line 37:
> …
-
Following the Specification for the parameter object.
_"It SHOULD be present only when using channels with expressions (as defined by RFC 6570 section 2.2)."_
The RFC 6570 section 2.2 defines quer…
-
### Describe the issue you are experiencing
I tried to update my composer.json to require psr/cache 3.0. Version `6.0.0` of `firebase-php` says that `psr-cache ^3.0` is supported, but it appears that…
-
### Describe the issue you are experiencing
Hi,
On Debian (inside the folder where my php code is), I wrote:
composer require kreait/firebase-php
Then, in my PhP script, I add:
``
But …
-
Think about the common patterns used to document REST APIs, i.e. the colon signals a placeholder, and hooking this up nicely to `glue()`. Relates to glue transformers.
GitHub:
`GET /repos/:owner/:…
-
### Describe the issue you are experiencing
Hello,
I am having troubles to use firestore.
I get this error :
`Unable to create a FirestoreClient: Class "Google\ApiCore\Serializer" not found`
…
-
### Describe the issue you are experiencing
When calling `Database::getReference()` without a leading slash, e.g. `getReference('clothes')`, an InvalidArgumentException is thrown with the message 'Th…
-
### Describe the issue you are experiencing
Ist seems that installing version `5.23.0` installs also `psr/cache` `2.0.0` which requires PHP 8.
Checking `composer.lock` I noticed that `kreait/fireb…
-
### Describe the bug
I'm proxying request from `http://source/path` to `http://destination/path?param1=¶m2=value`, with two transforms:
```c#
new QueryParameterFromStaticTransform(QueryStringTr…
-
[`RestMethod`](https://github.com/googleapis/google-api-go-client/blob/2855950c5037c80caea1dbd6cec6e9e21a91e9f4/discovery/v1/discovery-gen.go#L698) struct should define a `FlatPath` property which is …