Connect Cloudinary and Firebase / Firestore to unlock the power of automation
- No credit card required
- Free forever for core features
- 14-day trial for premium features and apps
How Zapier works
Zapier makes it easy to integrate Cloudinary with Firebase / Firestore - no code necessary. See how you can get setup in minutes.
Choose a trigger
A trigger is the event that starts your Zap—like a "New Uploaded Resource" from Cloudinary.
Add your action
An action happens after the trigger—such as "Create or Replace Firebase Realtime Database Record" in Firebase / Firestore.
You’re connected!
Zapier seamlessly connects Cloudinary and Firebase / Firestore, automating your workflow.
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Type
- Tags
- Context
- Moderations
- Resource TypeRequired
Try ItTriggerPolling- Public IDRequired
- Resource TypeRequired
- TypeRequired
- Extension
- Image Transformation Instruction
ActionWrite- File or URLRequired
- Resource TypeRequired
- TypeRequired
- Public ID
- Folder
- Tags
- Invalidate
- Image Metadata
- Faces
- Colors
- pHash
- Backup
- Moderation
- Upload Preset
ActionWrite- PathRequired
- Order
- Location of newest objects
Try ItTriggerPolling
- Resource TypeRequired
- TagRequired
Try ItTriggerPolling- File or URLRequired
- Resource TypeRequired
- TypeRequired
- Public ID
- Folder
- Tags
ActionWrite- Create Usage Report
Creates a report on the status of your Cloudinary account usage details, including storage, bandwidth, requests, number of resources, and add-on usage.
ActionWrite - CollectionRequired
Try ItTriggerPolling
Zapier is the automation platform of choice for 87% of Forbes Cloud 100 companies in 2023




93%
Customers who say using Zapier has made them better at their job
25m
Customers have created over 25 million Zaps on the platform
6 mins
The average user takes less than 6 minutes to set up a Zap
Learn how to automate Firebase / Firestore on the Zapier blog
Frequently Asked Questions about Cloudinary + Firebase / Firestore integrations
New to automation with Zapier? You're not alone. Here are some answers to common questions about how Zapier works with Cloudinary and Firebase / Firestore
How can I upload images from Firebase Storage to Cloudinary using a trigger?
You can set up a Firebase Function to trigger on any image upload event in Firebase Storage. Once the image is uploaded, our function can automatically send this image to Cloudinary using their API, allowing seamless integration without manual intervention.
Can I store Cloudinary URLs in Firestore automatically?
Yes, you can use a Firebase Cloud Function that triggers after an image is uploaded to Cloudinary. This function can capture the URL returned by Cloudinary and store it in a Firestore document automatically.
Is it possible to delete images from Cloudinary when they are removed from Firebase Storage?
Absolutely, you can use a trigger within Firebase Functions that activates when an image is deleted in Firebase Storage. This trigger can call the relevant Cloudinary API endpoint to remove the corresponding image from your Cloudinary account as well.
What happens if there's an error during the transfer of images between Firebase and Cloudinary?
When integrating with our platform, you can add error handling within your cloud functions. These functions can log errors or even retry operations depending on how you've set them up, ensuring minimal disruption and data consistency.
How do I manage different folders for images in Cloudinary based on Firestore data?
By leveraging Firestore's data structure, you can script your integration functions to dynamically create folders or assign images to specific folders in Cloudinary. This way, organizational structures are directly managed via your Firestore metadata.
Can we perform real-time transformations on images stored in Cloudinary via Firestore updates?
Our setup supports triggers that activate whenever there's an update related to media content within your Firestore database. You can leverage these triggers to initiate transformation requests with Cloudinary’s powerful API right at the moment of update.
Does integrating with both services require any manual maintenance?
Once the integration scripts between Firebase/Firestore and Cloudinary are set up using cloud functions and appropriate APIs, it typically requires minimal ongoing maintenance beyond initial configuration adjustments and occasional validation checks based on your usage patterns.