File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3+ - [ changed] Updated the typings of the ` admin.database.Query.once() `
4+ method to return a more specific type.
35- [ changed] Admin SDK can now read the Firebase/GCP project ID from both
46 ` GCLOUD_PROJECT ` and ` GOOGLE_CLOUD_PROJECT ` environment variables.
57
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ declare namespace admin.database {
307307 successCallback ?: ( a : admin . database . DataSnapshot , b ?: string ) => any ,
308308 failureCallbackOrContext ?: Object | null ,
309309 context ?: Object | null
310- ) : Promise < any > ;
310+ ) : Promise < admin . database . DataSnapshot > ;
311311 orderByChild ( path : string ) : admin . database . Query ;
312312 orderByKey ( ) : admin . database . Query ;
313313 orderByPriority ( ) : admin . database . Query ;
You can’t perform that action at this time.
0 commit comments