firebase-hosting Questions
28
I am new to firebase, and I try to deploy my app to firebase. I have followed all the steps. But, for some reason is not showing up my app. I am getting the welcome modal instead of my web app.
He...
Highchair asked 31/5, 2017 at 1:2
3
I've just created a new Firebase project, and I'm trying to get my Angular app hosted properly but I'm getting Hosting site or target partwizard not detected in firebase.json when I try to run ng d...
Amelioration asked 22/11, 2020 at 15:34
8
Solved
I am trying to setup a 2 brand new Firebase projects with Firestore, Functions, Storage, and Hosting for both Production and Development environments. I started with deleting the references to the ...
Sinful asked 16/3, 2020 at 3:0
2
Currently developing a web app with Flutter web. Building, running and accessing the Firebase hosted application works fine when I'm on my laptop or Android device, however when I try to visit the ...
Unyoke asked 25/4, 2021 at 20:55
23
When I am hosting my web page through firebase hosting then after writing command firebase deploy I got the following error:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation....
Clothesbasket asked 26/2, 2017 at 23:19
3
The command Firebase deploy always stucks when I run it.
Here is the verbose info:
$ firebase deploy --token "SOMETOKEN" --debug
-----------------------------------------------------------------...
Jaguar asked 24/5, 2016 at 6:47
5
I am trying to deploy next.js app on Firebase hosting. But I don't understand which files to push to the server. When I run npm run build and pushed the build folder to firebase. But gives error th...
Canvasback asked 24/5, 2019 at 0:26
4
Solved
Firebase action-hosting-deploy fails with RequestError (Resource not accessible by integration)
I am trying to follow https://firebase.google.com/docs/hosting/github-integration to start automatica...
Farinaceous asked 20/2, 2023 at 22:14
10
Solved
I have recently had an issue with my firebase account where any new projects don't show in the CLI when I run firebase init. I deleted a project I didn't need, and that updated immediately, any hel...
Tortilla asked 18/11, 2018 at 23:27
1
We created static one page WEB application that uses external API for authentication and data.
We set dedicated URL space prefixed with /api to solve cross domain restrictions with reverse proxy. P...
Coprophagous asked 22/10, 2018 at 11:1
4
Solved
I need to pull down my code from a firebase hosted site, I created a site this past summer and no longer have the code locally on my laptop. I would like to recode some of the pieces, but don't hav...
Measureless asked 9/10, 2014 at 19:21
3
Solved
I have a flutter web app which works well locally but after deploying it using
firebase deploy
the images are not shown in the website, I have checked if the assets have been uploaded by tracing, ...
Whyte asked 9/6, 2020 at 21:55
3
Solved
I have created a svelte app and building app using SvelteKit everything is works fine.
I tried to deploy this app in firebase hosting but it fails. Sveltekit generating production build under .svel...
Pickar asked 8/8, 2022 at 18:23
3
Solved
So let's say in my public folder in Firebase i have an index.html and a salon.html.
Now for a url like xyz.com/salon/43 I want to load salon.html and in the javascript I want to fetch salon 43 fro...
Philately asked 30/5, 2017 at 11:45
3
Solved
I just started to host a web application on firebase.
the automatic setup with the firebase cli (firebase-tools) created a 404.html file in my public folder.
but i don't want to see a custom 404 e...
Angel asked 13/7, 2018 at 12:30
13
Solved
My ReactJs application runs fine on my local box, when I use the npm start command. However when I try to deploy my application using the firebase init to Firebase, I am seeing a blank page. What c...
Strumpet asked 5/9, 2018 at 4:45
1
I am using firebase hosting to host my flutter web app. Everytime I run firebase deploy or flutter deploy --only hosting, it builds the web app using flutter build web. How to give arguments to flu...
Sash asked 6/6, 2023 at 6:15
0
I have been having a little issue for a while concerning dynamic routes in Next.JS.
After seeing a few tutorials an reading some documentation, I have the feeling that what I experiment is not what...
Aramaic asked 31/5, 2023 at 5:7
9
I am using firebase hosting to host few scripts and trying to access them from another site. it naturally gets blocked due to CORS issues. based on my research on other forum threads etc i modified...
Hectic asked 10/9, 2018 at 23:20
2
Solved
My Flutter app looks great in the Chrome (web) emulator and running on a local server.
I navigated to this directory:
Users/TDK/StudioProjects/kabbalah/build/web/
I installed the Firebase CLI too...
Geez asked 3/2, 2022 at 23:19
3
I use Firebase in React and when initializing Firebase, I use environment variables fetched from my .env file with dotenv. I want to build and deploy my React app to Firebase hosting, I use GitHub ...
Maguire asked 21/3, 2020 at 11:37
3
Solved
I have previously configured firebase hosting successfully but now want to change the domain name I am using.
It appears you can Edit the current domain name but this doesnt seem to do anything th...
Noncombatant asked 21/4, 2015 at 10:11
2
Solved
I have firebase hosting working successfully in my project however I want to use the same database for a different site on a subdomain so I thought I would click add another site on firebase hostin...
Transmarine asked 3/9, 2018 at 12:11
16
Solved
I deployed a Firebase app, and made a change to one of the JavaScript files in the project. I re-executed firebase deploy from the project directory, but the files on the site are not updating. Whe...
Behm asked 10/12, 2015 at 2:50
7
With Divshot shutting down recently, I've switched a number of applications over to Firebase hosting. Some of these apps connect to external APIs, so I need a way to store private environment varia...
Garett asked 23/12, 2015 at 19:50
© 2022 - 2024 — McMap. All rights reserved.