3

Can we connect firebase database with Webflow? All data and pictures of the project need to be found in firebase. How can I do?

Cyerol
  • 33
  • 1
  • 6

1 Answers1

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:

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