简体   繁体   English

如何免费使用 flutter firebase 功能

[英]How to use flutter firebase functions for free

I am getting this error:我收到此错误:

Error: Your project myproject must be on the Blaze (pay-as-you-go) plan to complete this command.错误:您的项目myproject必须在 Blaze (pay-as-you-go) 计划中才能完成此命令。 Required API cloudbuild.googleapis.com can't be enabled until the upgrade is complete.在升级完成之前,无法启用必需的 API cloudbuild.googleapis.com。 To upgrade, visit the following URL:要升级,请访问以下 URL:

https://console.firebase.google.com/project/fluttershare-d057e/usage/details https://console.firebase.google.com/project/fluttershare-d057e/usage/details

while using this command: firebase deploy --only functions which means I have to purchase flutter functions to proceed.使用此命令时: firebase deploy --only functions ,这意味着我必须购买 flutter 功能才能继续。 Now I want to know is there any alternative way to deploy function like onCreate() free or can we build these functions manually for firebase?现在我想知道是否有任何替代方法可以像 onCreate() 一样免费部署 function,或者我们可以为 firebase 手动构建这些功能吗? I am using flutter technology.我正在使用 flutter 技术。

Based on @Brugui and @FrankvanPruffelen answers, you need the Blaze plan in order to use Cloud Functions, however, it doesn't necessarily mean you'll have to pay for Cloud Functions usage as there's a significant free tier.根据@Brugui 和@FrankvanPruffelen 的回答,您需要Blaze计划才能使用 Cloud Functions,但这并不一定意味着您必须为 Cloud Functions 的使用付费,因为有大量免费套餐。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM