functions-samples
functions-samples copied to clipboard
Fix sample by updating typescript version.
Sample relies on older typescript version that is no longer compatible with the firebase-admin package.
With this change git clone && firebase deploy should just work (TM).
Fixes https://github.com/firebase/firebase-tools/issues/5486