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 aedd9df commit a1e9eacCopy full SHA for a1e9eac
CHANGELOG.md
@@ -1,9 +1,13 @@
1
# CHANGELOG
2
3
-## Unreleased
+## 3.2.0 - 2021-1021
4
+### Added
5
+* Support for Database Auth Variable Overrides
6
+ ([#93](https://github.com/kreait/laravel-firebase/pull/93))
7
### Changed
8
* Type-hints have been updated to point to the interfaces that the underlying SDK provides
- since more recent versions.
9
+ since more recent versions.
10
+* Bumped `kreait/firebase-php` dependency to `^5.24` (Database Auth Variable Overrides are supported since `5.22`)
11
12
## 3.1.0 - 2021-02-03
13
### Added
0 commit comments