How to install Wordpress in firebase hosting?

How to install Wordpress in Firebase hosting? I tried to find an article that would help me install, but I did not find it.

+14
source share
3 answers

WordPress requires PHP to run on the server, and Firebase Hosting cannot run server code (without PHP), but only static content (html, images, js, etc.). Therefore, the answer: you cannot install WordPress in Firebase hosting.

+37
source

Wordpress. Wordpress Simply Static. : https://wordpress.org/plugins/simply-static/

html, PHP . , .

+15

Now a way to host WordPress on FireBase

-3
source

Source: https://habr.com/ru/post/1662751/


All Articles