firebase-hosting Questions
10
Solved
Trying to deploy for the first time to firebase , I looked in alot of guides on youtube and stackoverflow did the same as they did but keep getting blank page after deploy the app.
This is my proc...
Mapel asked 17/2, 2020 at 20:6
5
I am deploying my React app to firebase hosting. when I create firebase init and select all options I am getting this error.
C:\Users\user\git\Apps\screem>firebase init
######## #### ######## ...
Interurban asked 3/3, 2021 at 11:43
8
Solved
I am hosting my web application in Firebase and I have been deploying it with Gitlab CI/CD and it has been working just fine! But today for some reason I am getting this error when the pipeline is ...
Morra asked 6/10, 2022 at 15:6
2
Deploying an application to Firebase hosting, I get the following error:
HTTP Error: 400, hosting.rewrites[0] is not exactly one from [subschema 0],[subschema 1]
This occurs with a simple config...
Woodenware asked 18/8, 2017 at 15:28
8
Solved
{
"database": {
"rules": "database.rules.json"
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.i...
Burnette asked 3/2, 2023 at 11:3
10
it's my first time using Firebase. I deployed my angular project with the Firebase CLI, but when i navigate to the specified domain, i only see
Welcome
Firebase Hosting Setup Complete
You're s...
Recondite asked 14/8, 2018 at 13:39
3
Solved
I am getting error while deploying nextjs 13 in firebase hosting through firebase-tools.
error - HTTP Error: 400, Could not create Cloud Run service ssrlyeanabot. spec.template.spec.containers.reso...
Ja asked 24/3, 2023 at 16:33
26
I'm a pretty new programmer going through the Firebase tutorial. I have gone through steps 1-5 of the tutorial (https://codelabs.developers.google.com/codelabs/firebase-web/#5). I've added the "Add...
Pastille asked 20/7, 2016 at 16:33
7
Solved
My domain verification process is completed and i also update my domain's DNS records to point to Firebase using "CNAME records" method (updated before approx 96 hours) but my site was not "Go Live...
Irena asked 17/6, 2016 at 6:31
4
Solved
My site consists of main page and then subages separated inside folders. How can I include subpages in my page host (firebase hosting)
Comparable asked 31/10, 2015 at 16:0
3
i'm working on a college project and my coding skills aren't the greatest. I've created a Firebase project to host a temporary website. The website is going to be developed using bootstrap. When i ...
Catamite asked 31/7, 2019 at 20:0
11
I'm running firebase init and it's creating firebase.json. firebase.json is in the apps root directory, pointing towards my public directory app. See here:
firebase.json
{
"firebase": "harrison"...
Becalmed asked 31/1, 2015 at 2:14
5
I want to be able to add domains to Firebase hosting with the API instead of the web UI, is that possible?
I want to add potentially hundreds of domains, is there a domain limit per project in Fir...
Chop asked 4/3, 2020 at 18:41
2
I have a NextJS app that I am trying to deploy to firebase hosting, however during the firebase deploy command it seems to get stuck and hang indefinitely (several hours waiting to no avail). The d...
Junia asked 27/2, 2023 at 14:10
3
Solved
I´m trying to deploy my code to two different Firebase-projects, one for development and one for production.
The my-app-dev project was already included and working, so I added the my-app (for pro...
Mexico asked 16/6, 2020 at 13:0
3
Solved
I have a firebase project setup and I want to use that same project for both an iOS app and to host a website.
I built a basic iOS app.
On my desktop I have a folder:
myiosproject
- iOS
- fir...
Sultan asked 11/3, 2018 at 9:43
12
Solved
I want to develop the angular 6 apps, but after deploying firebase showing only welcome page.
Here are the steps I have taken to deploy.
installed firebase-tools
ng build --prod (in my app)
fir...
Phraseology asked 4/6, 2019 at 15:31
13
Solved
I have a hosted site on firebase which I am not using anymore. I still want to keep the project but want to remove the hosted site. Is there any way to do this or do I just need to upload an empty ...
Tweak asked 4/3, 2017 at 1:35
0
I've run into a problem and I'm stuck.
I deploy my flutter web app to firebase hosting and I am trying to use chrome://inspect dev tools to debug.
I get an error that is only happening on flutter w...
Kalmar asked 29/1 at 18:18
2
Solved
I'm trying to call functions from app but it doesn't work and I'm getting the following error from the console:
index.esm.js:402 OPTIONS https://us-central1-undefined.cloudfunctions.net/addMessa...
Read asked 2/6, 2018 at 14:52
4
Solved
I am deploying a Flutter Web App on Firebase Hosting.
And a Flutter App on Android.
To use App Links that redirect to my Android application, I need to verify the App Links serving the file assetli...
Finegrained asked 27/1, 2022 at 20:28
10
Solved
Running firebase deploy will run for a few minutes before giving me a timeout error Error: ESOCKETTIMEDOUT
I've successfully deployed multiple times earlier, without changing anything but the fron...
Excursus asked 12/9, 2019 at 16:43
9
I have a react app that uses react-router with a Router that looks like:
<Router>
<div>
<Route exact path="/" component={Homepage} />
<Route path="/map/:uid" component={Use...
Pernell asked 16/3, 2018 at 20:3
11
Solved
i have hosted a static website on firebase and i am using node.js.
when i am trying to deploy my website i am facing this error.
C:\Users\Ankur-PC\Desktop>firebase deploy
=== Deploying to 'wo*...
Hoye asked 16/7, 2020 at 7:48
2
Solved
I have a Flutter Web App which renders just fine on running
flutter run -d chrome
But if I run flutter run -d chrome --release It gives me a blank screen.
How should I sort out this issue?
Scraper asked 23/8, 2020 at 8:50
1 Next >
© 2022 - 2024 — McMap. All rights reserved.