Skip to content

Commit 2db9277

Browse files
[firebase-release] Removed change log and reset repo after 15.6.0 release
1 parent b7b7eff commit 2db9277

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +0,0 @@
1-
- Added support for enabling Firebase Authentication providers via `firebase deploy`. You can configure providers in `firebase.json` like so:
2-
3-
```json
4-
{
5-
"auth": {
6-
"providers": {
7-
"anonymous": true,
8-
"emailPassword": true,
9-
"googleSignIn": {
10-
"oAuthBrandDisplayName": "My App",
11-
"supportEmail": "support@myapp.com"
12-
}
13-
}
14-
}
15-
}
16-
```
17-
18-
- Added initial zip deploy support in functions deploy for HTTP functions (#9707)
19-
- Fixes an issue where Python was missing from the firebase-tools Docker image (#9855).
20-
- Fixes billing information check to use user's project quota (#9879).
21-
- Updated the Firebase Data Connect local toolkit to v3.1.2, which contains the following changes: (#9882)
22-
- Improved insecure operation warning messages and reduced the severity of existing insecure operation warnings to LOG_ONLY.
23-
- Updated the Golang dependency version from 1.24.4 to 1.24.12.
24-
- Fixes issue where auth emulator multi-tenant mode exports/imports only users tied to the default tenant (#5623)
25-
- Updated Pub/Sub emulator to version 0.8.27.
26-
- Updated the Data Connect emulator to v3.1.3, which enables the native SQL feature.

0 commit comments

Comments
 (0)