Introduction
This sample app does two things:
- Creates messages in Firestore using a simple HTTPS request which is handled by an HTTP function. Writing to Firestore is done using the Firebase Admin SDK.
- When a message gets added in Firestore, a function triggers and automatically makes these messages all uppercase.