kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

Home Page:https://github.com/kreait/firebase-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The path of a URI with an authority must start with a slash "/" or be empty

Frtrillo opened this issue · comments

When I do:

$reference->remove();

I get the following error:
The path of a URI with an authority must start with a slash "/" or be empty

This is on Laravel 8. Maybe its related to this issue: kreait/firebase-php#663 and you could fix it? T

This looks indeed as if it was the same issue as in kreait/firebase-php#663 - this can be solved by installing the latest release of the underlying SDK (at least 5.24). Which version is your project using? You can check with composer outdated and in case you have an older dependency installed, update it with composer update -W - either for your whole project or just the Laravel package.