Skip to content

v0.5.6

Compare
Choose a tag to compare
@firebase-ops firebase-ops released this 04 May 23:58
· 834 commits to master since this release
  • Update firebase-admin peer dependency to v4.2.1. Developer needs to run “npm install --save firebase-admin” inside the functions directory.
  • event.data.val() no longer returns array of nulls when the database node has a “length” key.
  • Fixed bug where event.data.forEach(snapshot => {}) caused snapshot.key to be a concatenation of the parent and child keys.
  • Fixed bug where nested storage objects had literal slashes in mediaLink property, instead of URL-escaped slashes.