Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 months ago.
Improve this question
I publish my app on play store before 2 month and today I get Firebase limits error on Firebase Real-Time database. What do i do now ?
You have gone over the limits of the free Spark plan for the Realtime Database.
You should either upgrade to the Blaze plan or, if possible, adapt your DB size and usage to be under the free limits, i.e. remove some data and decrease the daily usage (GB downloaded and possibly simultaneous connections). See the doc item for more details.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
I made an app using firebase.
However, for three months, the costs shown in the picture below were incurred.
Where did Computer Engine and Cloud Build cost?
The suspected part of Computer Engine requires a static IP to use external services, but uses GCP's vpn network.
The suspect part of Cloud Build seems to occur when deploying cloud functions. Am I right? If there is a cost during deployment, why does depolying the whole with firebase deploy from the terminal incur more cost regardless of the modified part?
[35,488 == Services other than firebase]
Please help!
Most likely the storage cost is for storing the resulting container images that come our of Cloud Build, as explained here: Firebase storage artifacts. But Stack Overflow is not a great place to answer billing questions, so I recommend you reach out to Firebase support for personalized help in troubleshooting.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 10 months ago.
Improve this question
Consider I have 2 BLAZE plan projects in my billing account.
If my project 1 reads 40k documents in day 1
And my project 2 reads 40k documents in the same day(day 1)
Is that I will be charged for 80k reads in my billing account or it will be considered as free since both projects separately read below 50k and Firebase allows <50k reads per day for free?
The Firestore quota are per project. Since each project is under its free quota, there'll be no charge.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I am a student writing a webapp using Firebase as backend and hosting. The $25/mo is too costly for me. My webapp requires text search functionality.
If you want to call a third party web service you need to enable billing (as discussed here:
Cloud Functions for Firebase - Billing account not configured)
You could however opt for the Blaze plan which is billed on a pay-as-you-go basis, instead of the fixed price flame plan. The cost will remain at $0 if you remain within the quotas specified in the spark plan.
You can also set spending limits and budget alerts in case you are afraid of going over budget.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
We use Firebase, Google Cloud Storage, Firebase Functions & BigQuery mainly. Our prospective client has asked us to fill out a lengthy security assessment. They will not work with any company that uses Kaspersky products. This is difficult to prove to them using our Google Cloud stack.
It may help to point them to the Google Cloud subprocessors page: https://cloud.google.com/terms/subprocessors - these are companies that provide services to Google Cloud that may be used to process data.
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 4 years ago.
Improve this question
So I want to host a personal website that is created on Angular which uses Node.JS and I wanted find a good place to host it.
I was thinking of using Firebase but I don't understand what it means by
100 simultaneous connection (realtime database)
10 GB/month download (realtime database)
10 GB/month bandwidth (cloud firestore)
document writes,reads, and deletes (cloud firestore)
10 GB/month transferred (hosting)
Also, I want to know from the community if this is enough for a personal website? I already have a custom domain.
Firebase Info
It all depends on the amount of traffic to your website, if you're not expecting hundreds of visitors a day then this is definitely enough, that's if your website even uses a database, it means it can accept 100 connections (more simply 100 people) connecting to it at the same time.
In short; this is enough for a personal website.