Questions tagged [firebase-hosting]

Firebase Hosting is developer-focused static web hosting for modern front-end web applications. Using Firebase Hosting, developers deploy SSL-enabled web apps to a global content-delivery network from a single command.

About Firebase Hosting

Firebase Hosting is a component of the Firebase suite of tools for cross-platform application development.

  • Automatically provisioned SSL certificate
  • Blazing-fast content worldwide
  • Support for client-side routing
  • Atomic deploys and one-click rollbacks

Related tags

2394 questions
0
votes
1 answer

django cloud run custom domain redirecting to login

During development I an able to login and logout just fine. I have deployed the Django app to Google cloud run. I am also able to login with the Service URL which has the syntax https://example-service-xxxxxxx-ey.a.run.app. Furthermore, I have also…
0
votes
0 answers

React website structure on firebase hosting

Im not sure im in the right place, but ill still ask. I have a single page app writen in React and an html landing page writen is pure html and css. The two have different css and nothing in one depends on the other. My question is how can I…
Andrey
  • 68
  • 2
  • 9
0
votes
1 answer

Update changes in website made using firebase after site is already deployed

I have created a website using react and firebase and hoisted on firebase. After making changes I want them to be visible on my website. What is the process for the same so that the website is not deployed on a different link ?
0
votes
0 answers

Firebase Hosting Changes All HTTP Verbs For GET

I'm using GCP cloud run to manage a nodeJS/express API, I did a redirecction from a custom domain to url from cloud run with firebase hosting, when I do a POST request to cloud run domain everything works ok, but when I do the same POST request to…
0
votes
2 answers

How can I deploy my Phaser 3 game using firebase Hosting

I have been messing with Phaser 3 lately and would like to upload my game on a website. I know firebase offers hosting which is free so I wanted to try that out. I successfully setup everything on the firebase side using the firebase-cli. My phaser…
0
votes
0 answers

Firebase Callable Functions and ExpressJs App living on the same project

I am building a web site using ExpressJS + EJS for rendering server side content on Firebase Cloud Functions. At the index.js, located right under the functions folder, I have setup my express app with routes, middlewares, EJS views, and finally…
0
votes
0 answers

React App is firebase hosting through github actions, The apiKey of .env is not hidden

I'm Newbie. studying React, and I'm trying to create a project and host it on firebase, but there are the following problems. I'm using firebase database, and I set firebase hosting to be performed when it becomes the main through github…
0
votes
1 answer

Firebase app blank page after successful deployment

I have a ReactJS project that uses Firebase for the back-end and I used Firebase Hosting to host it, at first it worked and everything seemed fine but when I tried to access the app 1 hour later it is blank. In windows browser it doesn't show any…
0
votes
1 answer

How to Host Different Content on Different Subdomains with the Same Domain Using Firebase

I checked the docs here: https://firebase.google.com/docs/hosting/multisites and here: https://firebase.google.com/docs/cli/targets but I don't think I understand them well enough and I am unable to host different content on different subdomains…
0
votes
0 answers

trying to host my website on firebase gives error - An unexpected error has occured - Error log files included

I tried this command to host my app on firebase : node_modules/.bin/firebase deploy --only hosting And i get this error : "Error: An unexpected error has occurred" These are the log files : [error] Error: An unexpected error has occurred. [debug]…
JustDankas
  • 25
  • 4
0
votes
1 answer

RESTful API hosting on GCP

I have this multi layered application entirely hosted on GCP. At the moment, we only have the back-end part. Front-end and API are to be developed. For the front-end, the decision has been made - it will be a React.js app hosted on Firebase Hosting…
0
votes
0 answers

Angular Firebase hosting delpoy fail

Assertion failed: resolving hosting target of a site with no site name or target name. This should have caused an error earlier Im trying to deploy my angular application to firebase hosting, 2 days before i deployed same project successfuly, now i…
0
votes
1 answer

Firebase deploy but not showing my website

Hi I have completed the firebase init and firebase deploy --only hosting. It shown the successful modal message of "Welcome Firebase Hosting Setup Complete You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go…
dansyw91
  • 5
  • 4
0
votes
0 answers

How can i convert my htaccess to work on firebase hosting

I'm using firebase hosting and i googled and htaccess is not supported this is my htaccess how do i convert it to firebase: RewriteEngine on RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC] RewriteRule ^ /%1 [NC,L,R] RewriteCond…
0
votes
0 answers

How to create firebase dynamic links for custom domain with format example.com//

I'm trying to create firebase dynamic link for url like: example.com//. example.com will only be used for dynamic links and has already been hosted on firebase. The firebase config that I'm using is: { "hosting": { …
lahsuk
  • 1,134
  • 9
  • 20
1 2 3
99
100