You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
important - Update firebase-admin peer dependency to v4.2.1. Developer needs to run “npm install --save firebase-admin” inside the functions directory.
2
2
fixed - event.data.val() no longer returns array of nulls when the database node has a “length” key.
3
3
fixed - Fixed bug where event.data.forEach(snapshot => {}) caused snapshot.key to be a concatenation of the parent and child keys.
4
+
fixed - Fixed bug where nested storage objects had literal slashes in mediaLink property, instead of URL-escaped slashes.
0 commit comments