Skip to content

Commit f7b7b6f

Browse files
committed
[firebase-release] Removed change log and reset repo after 2.0.0 release
1 parent b2ec24d commit f7b7b6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

changelog.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
important - [breaking change] For Firestore-triggered functions, `snapshot.createTime`, `snapshot.updateTime`, `snapshot.readTime`, and any timestamp values in `snapshot.data()` are now [Firestore Timestamp](https://cloud.google.com/nodejs/docs/reference/firestore/0.15.x/Timestamp#properties) objects.
2-
feature - Support Node.js 8 runtime. To deploy your functions to Node.js 8, add `"engines": {"node": "8"}` to `functions/package.json`. You will need `firebase-tools` >=v4.0.0.
3-
feature - Support selection of regions for your functions through the `functions.region` method. Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/locations). You will need `firebase-tools` >=v4.0.0.
4-
feature - Support configuration of timeout and memory allocation through the `functions.runWith` method. Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/manage-functions#set_timeout_and_memory_allocation). You will need `firebase-tools` >=v4.0.0.

0 commit comments

Comments
 (0)