Is there a way to limit Firebase's Blaze plan?

前端 未结 3 2038
生来不讨喜
生来不讨喜 2020-12-01 15:54

I\'m currently working in a social network app and I need to do a search feature. Firestore does not support these kind of queries, so I need to use an external service like

3条回答
  •  天命终不由人
    2020-12-01 16:26

    The screenshot here seems to show a Spending Limit setting for Firebase projects: Firebase: Budget and Daily Spending Limit

    That settings page is located here (the Spending Limit setting apparently only shows up once you set up billing for the project): https://console.cloud.google.com/appengine/settings

    It's disabled in the poster's case, but I think that's only because he connected it up to a "NodeJS App Engine app", which isn't the case for many Firebase developers.

    I haven't tried it yet myself, but will do so once I start a paid plan.

    EDIT: Yep, the setting shows up once you switch to a paid plan. (in my case, Blaze) I don't have enough traffic yet to confirm that it works as expected, but if I find later that it doesn't, I'll give an update here.

提交回复
热议问题