File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments