Skip to content

v0.5.3

Compare
Choose a tag to compare
@firebase-ops firebase-ops released this 23 Mar 21:46
· 822 commits to master since this release
  • For Auth functions, event.data.uid will now be a simple UID string instead of a URL (e.g. 12345 instead of http://github.com/12345).
  • For Database functions, fixed event.data.forEach() to return true if enumeration was canceled due to supplied callback returning true.
  • For Storage functions, added missing Typescript typing for event.data.resourceState.