
Sync Webflow Events to Storage
Made by SimplyCubed
Webflow integration for Google Cloud Storage
- Works with
- Cloud Storage
- Version
- 0.3.1 | Source code
- License
- Apache-2.0
- Publisher
- SimplyCubed
- Report
- Bug
- Abuse
How this extension works
Use this extension to sync your Webflow Events data to your Firebase project.
This extension can be used to sync Form Submissions, Site Publishing, Ecommerce Orders and Inventory, Webflow Memberships (users), and CMS Collection Items with Cloud Storage. Each trigger of the extension is keyed to the user’s Webflow _id
.
Prerequisites
This extension is used to manage data in your Firebase project’s Cloud Storage to keep it in sync with the data stored in Webflow. These services need to be enaled prior to installing the extension.
Prepare client id and client secret
- If an app hasn’t been created in Webflow, register a new application from workspace settings page (
Workspace Settings
>Integrations
>Workspace Applications
) - Copy Client ID and Client Secret of the application to be used during extension configuration
Install the extension
To install the extension, follow the steps on the Install Firebase Extension page. In summary, do one of the following:
Firebase console: Click the following button:
Install the Sync Webflow Events to Storage extension
CLI: Run the following command:
firebase ext:install simplycubed/storage-webflow-sync --project=projectId-or-alias
During the installation of the extension, you will be prompted to specify a number of configuration parameters:
Cloud Storage paths:
Where in Google Cloud Storage do you store user data? Enter the full paths to files or directories in your Storage buckets. To manage a User ID-labeled directory (like users/{_id}
), enter {DEFAULT}/users/{_id}
. This will result in {DEFAULT}/users/{_id}
.
Disclaimer
This package is not an official Google Firebase or Webflow product. It is an open-source project supported by SimplyCubed.