Can we connect firebase database with Webflow? All data and pictures of the project need to be found in firebase. How can I do?
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: