Are you a Firebase Developer looking for an easy-to-use interface to add, manage and update content in your Firebase projects?
Well, look no further. Flamelink.io is a headless CMS that seamlessly integrates with Google’s Firebase and allows Firebase Developers to keep on writing smoking hot code while allowing Content Managers to effortlessly add, manage and update content on the fly.
Our teams have been hard at work over the holidays. Our technical wizards have been working on some fixes and features to help make Flamelink a really powerful tool in your development toolbox, while our marketing team has been creating the first of many super helpful video tutorials where we’ll show you how you can get started with Flamelink, a headless CMS for Google’s Firebase.
In the below video we’ll walk you through hooking Flamelink up to Firebase and adding your first project.
Find out how to hook Flamelink up to your Firebase Projects
Be sure to like our video and to Subscribe to our YouTube channel — as we’ll be releasing more video tutorials and helpful content in the future.
Below are screenshots of the steps necessary to get going on your first project with Flamelink. These steps follow the same outline as the video screencast above.
Once you have logged in to Flamelink, if this is your first project you will be presented with a wizard to add your project and link with Firebase.
The following database rules will ensure you can correctly save data to Firebase:
{ “rules”: { “.read”: “auth != null”, “.write”: “auth != null”, “flamelink”: { “.read”: “auth != null”, “.write”: “auth != null” } }}
STEP 10: Check “I have updated my storage bucket rules for this project”
It is required to update your storage bucket rules to include the Flamelink namespace to read and writing access as follows:
service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write: if request.auth != null; } match /flamelink/{allPaths=**} { allow read; allow write: if request.auth != null; } }}
I really hope this helps you to get started with Flamelink, a CMS for Firebase. For additional tech support, please join the Flamelink Slack Channel: https://flamelink.io/slack
You can also get in touch with us on social media, we’d love to hear from you.