Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
my question is, should I separate firebase app and function and hosting projects?
put it in different folders like:
app
hosting
functions
or put it in the same folder and thats it?
The main idea of folder is to separate the resources and create an structure with different organizational accesses, as is mentioned in this article
If your projects and their resources are not interconnected using folders could be useful to quickly identify a project category and you can create some sub folders with the stage of your projects.
For example
app
-- DEV
-- PROD
-- Q&A
For more information about folder please check this document
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
I need to create an internal page where there are links to approx 10 files. These will be HR compliance forms and training manuals. Just a list of links, no frills. I started going down the sharepoint path but it seems too complex for what I need. Is there a way to create a 1 page link that will open in a web browser and just list the files in a specific folder? THe files are already stored on a network drive all users have access to. Thanks!
I tried sharepoint but it involves setting up on a server and seems too complex for my needs. T
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
why is there not a url such as :
https://console.firebase.google.com/u/0/project/axel-02/database/firestore/data~2Fusers
but for local developement. It would be for example :
https://localhost:9000/console.firebase.google.com/u/0/project/axel-02/database/firestore/data~2Fusers
I mean, the data viewer is usefull... but it s a pain that it does work with the emulator in local dev.
You can use the following third-party tool: https://github.com/ablehq/firestore-explorer.
The emulator suite is a pretty recent release, and there's a long list of features that would make it more useful.
If you think the product would benefit from having such an explorer built in, file a feature request with Firebase support or on the Github repo of the project.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
So I have this huge game created with Unity, and our installers are about 700mbs in size. We first tried serving the files through a normal wordpress website and hosting services (hostpapa), but found that speeds were being throttled after a while.
I'd like suggestions on how to proceed with the distribution of my game as well as website hosting:
- Should I take the time to make my own server and deploy in Heroku maybe?
Try using Amazon S3 for your file hosting or use a service provider like GoDaddy, HostGator, or BlueHost. Here's a comparison of all hosting services here: http://www.whoishostingthis.com/compare/
Alternatively, depending on the game, you could try getting it on Steam Greenlight if you're trying to distribute the game on a wider scale. Also try asking Green Man Gaming,
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have an application that is split in to multiple controllers. However, a number of the views can be shared between the controllers. Normally I could include such in the Shared folder, but I feel at time this becomes a folder for pollution where everything gets dumped in there.
So for partial views, where is the best and normal place to include views shared between controllers? Should I continue to include them in the Shared folder or is ok to reference partial views in full views that do no exist in the same folder?
Create subfolders in ~/Views/Shared if there is too much there.
in the shared there are files like the MVC master page.
You can open a folder in the View folder, called shared Views...
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Secondary questions are
How do we best utilize SCM in the build process?
How are code files labed and branched?
Should we the .csproj and .sln files for build? How flexible are these when deploying to several environments? I know these are msbuild files. But
as we add new files, this can become a bottlenect of updating and maintaining these .csproj files in SCM.
How is rollback done in case of failed builds that QA missed testing etc,etc.,
Are there any good articles on the build process?
This is more a question on the process and less on the choice of automated build tools. Please share your build process. I would like to get an end-to-end view
from developers checking-in to Going Live.
Continuous Integration: Improving Software Quality and Reducing Risk
http://www.amazon.com/gp/product/0321336380
book's website is here:
http://www.integratebutton.com