python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How automatically create new HTML page on Firebase Hosting without redeploy every time?
My pain point is I have to locally and manually generate the new HTML pages file and deploy them every time users create new content.
What I am looking for is when users create new content automatical...
YahYa
Votes: 0
Answers: 1
How to write redirect rules for Firebase Hosting and Express
I am struggling to understand how firebase.json redirect rules work.
Here I define the hosting to my website, which works perfectly pointing to dist/project-name directory.
"hosting": [
{
...

chris
Votes: 0
Answers: 1
How can I authorize Cloud Build to deploy to Firebase Hosting in a different project?
I have GCP project A and Firebase project B (in a separate GCP project). I'm trying to use Cloud Build in A to build a web app and deploy it to Firebase Hosting in B.
In B's IAM page, I have granted A...
derat
Votes: 0
Answers: 1
Can i use one domain for two website? About GCP and Firebase
I would like to use firebase hosting to host the frontend React web, and my "keystone" backend hosting on GCP VM instance, can i use the same domain for those two websites? Thank you~
Calcoding
Votes: 0
Answers: 1