firebase-discord-oauth2-example icon indicating copy to clipboard operation
firebase-discord-oauth2-example copied to clipboard

Is not freee?

Open phanker opened this issue 1 year ago • 1 comments

$ firebase deploy

=== Deploying to 'litserver-oauth2'...

i deploying functions, hosting i functions: preparing codebase default for deployment i functions: ensuring required API cloudfunctions.googleapis.com is enabled... i functions: ensuring required API cloudbuild.googleapis.com is enabled... i artifactregistry: ensuring required API artifactregistry.googleapis.com is enabled... ! functions: missing required API cloudbuild.googleapis.com. Enabling now... ! artifactregistry: missing required API artifactregistry.googleapis.com. Enabling now...

  • functions: required API cloudfunctions.googleapis.com is enabled

Error: Your project litserver-oauth2 must be on the Blaze (pay-as-you-go) plan to complete this command. Required API artifactregistry.googleapis.com can't be enabled until the upgrade is complete. To upgrade, visit the following URL:

https://console.firebase.google.com/project/litserver-oauth2/usage/details

phanker avatar Aug 20 '23 10:08 phanker

It depends. To deploy the Auth to Firebase you need to activate the Blaze plan for Google Cloud, which is pay-as-you-go. You pay only what you are consuming as resources on the cloud. Up to 50k montly active users should be free, yes, above 50k users you will have to pay. As far as I remember is something like 5 cents per user.

karastoyanov avatar Oct 10 '23 08:10 karastoyanov