I have a site already. I am moving it to google hosting in firebase. I followed everything when testing it out and was able to get a database working. Just a sample one. So during that process, I set up Firebase and I used a public directory - this is where my question comes in. How do you change public directories for projects? I created three different subdirectories on my macbook, added the files for my previously created sites into public directories of their own, followed all the instructions and once deployed, I only get the google page saying everything is ok and go read the docs now.
Where is my index.html that I already created?
312 Views Asked by rushter At
1
There are 1 best solutions below
Related Questions in FIREBASE
- Firebase facebook authentication not working
- Add @JsonAutoDetect to third party lib and firebase Java lib
- firebase-import timing out?
- Understanding Firebase orderByChild
- Wait until Firebase retrieves data
- Firebase logout show Permission denied error.
- angular $firebaseArrray: difference between controller and directive
- Firebase: combine filtering with ordering in swift
- AngularJS - Firebase - Promise Error
- How to get simple list of devices on a Nest account using Firebase in Android?
- Event-Driven(Real - Time) mobile set-up suggestions
- How do you nest two of Polymer's firebase-collection elements inside dom-repeat?
- AngularFire Watch and Retrieve Item Key
- Firebase and AngularFire - $add in a array - unexpected behaviour
- Saving an html object to firebase
Related Questions in DEPLOYMENT
- Can I deploy multiple instances of my application on the same windows phone?
- Deploy enterprise (in-house) application on windows phone without developer unlocking the phone?
- uninitialized constant ActiveMerchant::Billing::CreditCard::Validateable (NameError) - in Spree shop
- How to Continuously Develop and Deploy an Access 2010 Database Application
- Efficient way of organizaing mail sending from Rails app
- Deployment over GPRS to embedded devices
- Weblogic 12c web application not start properly after server reboot
- Deployment in Weblogic 10.3, how to change properties
- Deployed Version of MVC Site Not Working
- Laravel 5 on shared hosting getting internal server error
- Integration between Java Applets and .Net dll
- Capistrano Rails deploy with new migration files
- EF Code First - Multiple Application Versions Sharing A Database
- Docker: How to create a stack, multiple images or one base image?
- Slow wpf startup due to publish policy... maybe
Related Questions in FIREBASE-HOSTING
- Access-Control-Allow-Origin added to firebase.json but missing from the file response header
- Upload to Firebase Hosting not working correctly
- Cannot deploy ember app in Firebase
- Angular 2 Firebase Hosting appears to require the hash marking
- Firebase - Adding a TXT Record to Connect Custom Domain in Dynadot
- How do I use a Firebase Hosting SSL Certificate for AWS API Gateway?
- Firebase Hosting - OAuth Redirect
- Firebase deploy displays Welcome Screen with no App Content
- Using Brotli with Firebase hosting
- Firebase hosting - Load scripts from unauthenticated sources
- Firebase subdomain wildcard to one or more project(s)
- Long time to update my changes in firebase hosting
- Website hosted in Firebase won't load with "www."
- Firebase: error: unknown option `--public'
- Firebase Hosting - Accessing API's?
Related Questions in FIREBASE-TOOLS
- Cannot deploy ember app in Firebase
- How to fetch updates for Firebase project using CLI tools?
- Firebase: error: unknown option `--public'
- 'firebase serve...'. Web service URL returns "Function X in location us-central1 in project Y does not exist"
- Where is my index.html that I already created?
- How to configure timeout of Firebase functions on local
- Error deploying Angular application on Firebase
- error while installing firebase-tools
- Firebase deploy firebase.json only
- Can't use the "firebase" global word in CLI in Windows
- How to use firebase-tools from NodeJS script?
- Emulator is showing error {firebase.App() not found} while using firebase authentication with React Native using expo-cli
- How to start the Firebase Realtime database emulator with open rules?
- How to let firebase function emulator use production firebase storage bucket
- Firebase emulator does not stop when run with Golang exec command
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The Firebase CLI reads the
firebase.jsonfile in your project folder. Thisfirebase.jsoncontains a JSON propertypublic, which specifies folder that it needs to deploy.See https://firebase.google.com/docs/hosting/full-config#public