Mobile app version of vmapp.org
Login or Join
Vandalay111

: Is it possible to create a full SEO website with Firebase? I work a lot with PHP, and as many of you know, you have a lot of flexibility when it comes to creating dynamic pages. You have

@Vandalay111

Posted in: #Authentication #Firebase #Php #Seo

I work a lot with PHP, and as many of you know, you have a lot of flexibility when it comes to creating dynamic pages.

You have sessions for authentication, database queries, etc. But the most important thing is that you can configure your site to have friendly URLs and dynamic headers with SEO tags.

Can I create a fully functional website (optimized for SEO) with Firebase just like I would with PHP?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

Basically you CAN'T create a webpage with firebase.

However, you'll need a JavaScript (web or Node.js or similar) and you can do that. To add Firebase to your app, you'll need a Firebase project, the Firebase SDK, and a short snippet of initialization code that has a few details about your project.

It'll be ok with SEO.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme