All Collections
FAQ
I've connected my Firebase project to Flamelink, where can I see my website? What is the URL?
I've connected my Firebase project to Flamelink, where can I see my website? What is the URL?
Support avatar
Written by Support
Updated over a week ago

Flamelink is a newer type of CMS, known as a headless CMS, which works very different than traditional CMS’s like Wordpress. A headless CMS simply means that the CMS is used solely to manage *content* and does not also serve up templates using that content. With Flamelink, all your content is stored in your Firebase DB and made available to you through our JavaScript SDK.

The great thing about headless CMS’s is that you can use your content anywhere you need it, whether that is for a website, a native app or some IoT device. It also scales much better than any of the traditional CMS's because it is not concerned with serving up your templates as well.

With this type of flexibility, it does mean you have to set up your own templates and consume the data from the CMS.

Did this answer your question?