Repository URL to install this package:
|
Version:
3.0.0-1 ▾
|
vending-agent-dep
/
usr
/
local
/
lib
/
vending
/
agent
/
node_modules
/
@firebase
/
database
/
CHANGELOG.md
|
|---|
191184eb4 #4801 - Fixes an internal conflict when using v8 and v9 SDKs in the same package.
Updated dependencies [3f370215a]:
7354a0ed4 #4720 - Internal changes to Database and Validation APIs.
Updated dependencies [e46ebb743, 7354a0ed4]:
f24d8961b]:
de5f90501]:
5c1a83ed7 #4595 - Component facotry now takes an options object. And added Provider.initialize() that can be used to pass an options object to the component factory.
Updated dependencies [5c1a83ed7]:
ec95df3d0]:
6afe42613]:
318af5471 #4408 - Fixed an issue with Query.get() where Query filters are not applied to data in some cases.05614aa86 #4427 - Add startAfter() and endBefore() to the Realtime Database TypeScript definitions.
Updated dependencies [05614aa86]:
04a0fea9e #4299 - get()s issued for queries that are being listened to no longer send backend requests.50abe6c4d #4199 - Fixes an issue that caused refFromUrl() to reject production database URLs when useEmulator() was used.487f8e1d2 #4247 (fixes #3681) - Fix issue with multiple database instances when using Realtime Database emulator (#3681)4f6313262]:
9cf727fcc]:
a5768b0aa #3932 - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.
Before this change
import * as firebase from 'firebase/app';
After this change
import firebase from 'firebase/app';
602ec18e9 #3968 - Updated the type definition for ThenableReference to only implement then and catch, which matches the implementation.
Updated dependencies [ef33328f7, a5768b0aa, 7d916d905, 602ec18e9]:
d347c6ca1 #3650 - The SDK can now infer a default database URL if none is provided in the config.
Updated dependencies [da1c7df79, fb3b095e4]:
d4ca3da0]:
ef348fed #3511 - Added interface Database which is implemented by FirebaseDatabase. This allows consumer SDKs (such as the Firebase Admin SDK) to export the database types as an interface.
Updated dependencies [ef348fed]:
a87676b8]:
c2b737b2 #3228 Thanks @schmidt-sebastian! - [fix] Instead of using production auth, the SDK will use test credentials
to connect to the Emulator when the RTDB SDK is used via the Firebase
Admin SDK.a754645e #3297 Thanks @renovate! - Update dependency typescript to v3.9.5
Updated dependencies [a754645e]:
[changed] Added internal HTTP header to the WebSocket connection.
[feature] Added ServerValue.increment() to support atomic field value increments without transactions.
[fixed] Fixed Realtime Database URL parsing bug to support domains with more than 3 components.
.info/serverTimeOffset events not to fire (#2043).ns url query parameter as the default Realtime Database
namespace name.firebase.js or firebase-database.js (#2035).Query.on/Reference.on,
Query.off/Reference.off and Query.once/Reference.once (#1188, #1204).