Repository URL to install this package:
|
Version:
5.0.0-1 ▾
|
vending-agent-dep
/
usr
/
local
/
lib
/
vending
/
agent
/
node_modules
/
@firebase
/
util
/
CHANGELOG.md
|
|---|
ec95df3d0 #4610 - Add extractQuerystring() function which extracts the query string part of a URL, including the leading question mark (if present).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';
7d916d905 #3946 - Write template data to a new customData field inFirebaseError instead of writing to the error object itself to avoid overwriting existing fields.fb3b095e4 #2800 - Moved calculateBackoffMillis() exponential backoff function from remote-config to util,
where it can be shared between packages.