Can we connect firebase database with Webflow? All data and pictures of the project need to be found in firebase. How can I do?
Asked
Active
Viewed 2,755 times
1 Answers
4
Firebase has a JavaScript SDK that allows you to access it from within the front-end code of any web site. So yes, you should be able to include that SDK into your HTML or build process. There is no pre-built template for this though, so you'll have to write the client-side JavaScript yourself.
Some links from searching:
- very old thread on the Webflow forums
- zapier has a connector between Firebase and Webflow
- Jason Dark has a video series on Webflow + Firebase

Frank van Puffelen
- 565,676
- 79
- 828
- 807