簡體   English   中英

What are the fees for using the Firebase Auth REST API as an alternative to the Firebase Authentication SDK?

[英]What are the fees for using the Firebase Auth REST API as an alternative to the Firebase Authentication SDK?

我們知道,如果您超出以下 URL 中所述的 Blaze 計划的免費限制,則使用 Firebase 身份驗證需要付費。 https://firebase.google.com/docs/auth#pay_as_you_go_blaze

使用 Firebase Auth REST API 除了超出 Blaze 計划中的免費配額的費用外,還有其他費用嗎?

If I use the Firebase Auth REST API, will I have to pay for read, write, delete, etc. as described in the following URL since I will be using the Cloud Firestore? https://firebase.google.com/docs/firestore/pricing#select-region

使用 Firebase Auth REST API 除了超出 Blaze 計划中的免費配額的費用外,還有其他費用嗎?

No, the costs are same whether you use Firebase SDKs (that use REST APIs under the hood) or the REST API directly.

由於我將使用 Cloud Firestore,我是否必須按照以下 URL 中的描述為讀取、寫入、刪除等付費?

Firestore 與身份驗證完全不同,並且有單獨的計費。

您可以在此處查看所有 Firebase 產品的價格

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM