We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b7f30 commit 1319948Copy full SHA for 1319948
README.md
@@ -16,7 +16,6 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
16
- [Configuration](#configuration)
17
- [Usage](#usage)
18
- [Multiple projects](#multiple-projects)
19
-- [Upgrading](UPGRADE.md)
20
- [Support](#support)
21
- [License](#license)
22
@@ -58,9 +57,6 @@ $app->register(Kreait\Laravel\Firebase\ServiceProvider::class);
58
57
$app->withFacades();
59
```
60
61
-## Upgrade
62
-See [UPGRADE.md](UPGRADE.md) for upgrade instructions.
63
-
64
## Configuration
65
66
In order to access a Firebase project and its related services using a server SDK, requests must be authenticated.
UPGRADE.md
0 commit comments