You have unlimited access as a PRO member
You are receiving a free preview of 3 lessons
Your free preview as expired - please upgrade to PRO
Contents
Recent Posts
- Object Oriented Programming With TypeScript
- Angular Elements Advanced Techniques
- TypeScript - the Basics
- The Real State of JavaScript 2018
- Cloud Scheduler for Firebase Functions
- Testing Firestore Security Rules With the Emulator
- How to Use Git and Github
- Infinite Virtual Scroll With the Angular CDK
- Build a Group Chat With Firestore
- Async Await Pro Tips
Firebase Storage Cloud Function - Image Thumbnail Generator
written by Jeff DelaneyThis snippet has been updated! Check out the latest Cloud Storage Thumbnail Generator using Cloud Functions v2.x
This snippet is a Firebase cloud function that was modified from the official thumbnail generator . Instead of ImageMagick, this snippet uses sharp to significantly improve performance.