Giter Club home page Giter Club logo

Can anyone tell me how to deploy free on firebase because I'm getting an error Your project clone-8f487 must be on the Blaze (pay-as-you-go) plan to complete this command. Required API cloudbuild.googleapis.com can't be enabled until the upgrade is complete. To upgrade, visit the following URL: about react-challenge-amazon-clone HOT 2 OPEN

cleverprogrammers avatar cleverprogrammers commented on July 24, 2024
Can anyone tell me how to deploy free on firebase because I'm getting an error Your project clone-8f487 must be on the Blaze (pay-as-you-go) plan to complete this command. Required API cloudbuild.googleapis.com can't be enabled until the upgrade is complete. To upgrade, visit the following URL:

from react-challenge-amazon-clone.

Comments (2)

Triamb-Talwar avatar Triamb-Talwar commented on July 24, 2024

cloud functionality is paid in firebase
this might help:-
https://stackoverflow.com/questions/62824043/is-cloud-functions-in-firebase-free-or-not-cloud-functions-deployment-requires

but you can deploy the website on their server for free

from react-challenge-amazon-clone.

Sheharyark avatar Sheharyark commented on July 24, 2024

Currently, the firebase is using node version 10 for cloud functions which requires you to pay (pay as you go).

You can change the node from 10 to 8 (to use for free of cost) in functions/package.json

"engines": {
"node": "8". // changed from 10 to 8
},
However, this will be soon deprecated. This is what the firebase website says:
Node.js 8 has been deprecated. Starting Feb 15, 2021, we'll no longer support new deploys or updates of Node.js 8 functions. Starting Mar 15, 2021, we'll no longer support executions of existing Node.js 8 functions.

In my opinion what you can do is create a new project in the firebase account. Take the necassary steps for firebase deployment. LIke firebase init, login, git functions then eventually deploy your project

from react-challenge-amazon-clone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.