Skip to main content

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.

firebase-hosting
0 votes
0 answers
22 views

Firebase Listener doesnt work on safari but works on chrome

I am making a time table that users can store locally using Shared Preferences in flutter. When an admin makes an update in firestore, I want the changes to be updated locally as well (in Shared ...
Fats's user avatar
  • 1
0 votes
0 answers
14 views

Flutter: DeepLink with Go_Router and firebase hosting not working

Based on what Flutter Deep linking doc describes, I have implemented DeepLink with Go_Router. I have configured Android Manifest as Set up app links for Android and I have configured App Links ...
foseja's user avatar
  • 301
-1 votes
0 answers
11 views

Deploy hosting on Firebase but .web.app and .firebaseapp.com are in different version [closed]

I just deploy hosting in Firebase, which has 2 default domains PROJECT_NAME.web.app and PROJECT_NAME.firebaseapp.com. I wonder what is the problem why today I try to deploy the newer version but the ....
StyXy's user avatar
  • 1
0 votes
1 answer
21 views

Firebase : Error when deploying a project

I use Firebase for my project. I have used Firebase hosting for couple of times and never had a problem. I am trying to deploy a project created by Next.js ver 14.2.3 but Firebase is telling me: ...
Ozan's user avatar
  • 249
0 votes
0 answers
12 views

Launch Url Function not working on clicking the button but works fine on flutter web release

My application was working fine on local flutter web release version after deploying the application on firebase the launch url functionality not working and browser console gives this output ...
Akash_Sri's user avatar
0 votes
1 answer
29 views

Next JS Links sending users to wrong page on Firebase Hosting

Background: I am using NextJS hosted on Firebase hosting. My pages all have a Navbar component with an "Account" button. The button is a NextJS Link with href="/account". When ...
Brian's user avatar
  • 39
0 votes
1 answer
20 views

Unable to find a valid endpoint for function `ext-firestore-bundle-builder-serve`

When trying to deploy my firebase project with the bundler extension, I get the following warning: ⚠ hosting[project]: Unable to find a valid endpoint for function ext-firestore-bundle-builder-serve,...
Philip's user avatar
  • 3,344
1 vote
1 answer
22 views

Firebase hosting doesn't deploy files [duplicate]

I was trying to deploy a basic webpage with only HTML, CSS, JS and a couple of images, I had done this process at least 5 times before but this time it didn't work. When I deployed the deployment didn'...
Alexander García's user avatar
1 vote
0 answers
21 views

Getting 404 error when reloading page using Firebase Hosting

I have an react + vite project hosted on Firebase Hosting Previously after i deployed changes to hosting, i had and error in console: Failed to load module script: Expected a JavaScript module script ...
QFaZo Play's user avatar
0 votes
0 answers
11 views

React static export files working locally and in firebase local emulator, but not on firebase deploy [duplicate]

I built a react app. and did npm run build, then did firebase init too. firebase emulators:start is also working fine, and opening index.html in the build folder is working fine too. But when doing ...
Divyannsh Tiwari's user avatar
0 votes
0 answers
41 views

After executing firebase deploy --only hosting and I click on the URL I am directed to a weird page

I am deploying a flutter web app firebase hosting by using the firebase deploy --only hosting command. The command finishes without any errors and gives me a URL. When I click on the URL I see a ...
LostTexan's user avatar
  • 797
1 vote
1 answer
31 views

Unable to load images from manifest file Angular PWA, Firebase Hosting

I've been banging my head against the wall for quite a while now. I followed this guide in order to make my Angular app a PWA and host it with firebase https://ionicframework.com/docs/angular/pwa On ...
NickTriesReallyHard's user avatar
1 vote
1 answer
66 views

firebase deploy gives black page with error Uncaught SyntaxError: Unexpected token '<'

My site neramclasses.com was working fine few days back. Today, I tried to change some content and did npm run build and deploy to firebase hosting. My build folder is created good with all the images ...
hari babu's user avatar
2 votes
1 answer
53 views

Flutter web app is giving Exception when deployed to Firebase Hosting [duplicate]

I am working on a flutter web app and it is working fine, I also tried running release version of it and that is working too. But when I deployed it to firebase hosting(app is not giving any errors or ...
Metasense Development's user avatar
2 votes
1 answer
49 views

Blank Page displayed Flutter App hosted with Firebase Hosting on rewrite

I am experiencing an issue with Firebase Hosting of my Flutter App. I have set up Firebase Hosting like described in the Documentation. When I deploy the Project with this firebase.json - file it ...
Ferdi's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
166