Firebase Authentication vs Google Identity Toolkit Pricing

余生颓废 提交于 2019-11-26 22:07:12

问题


I see firebase has no server authentication API's added in the Firebase Admin but has only user management (CreateUser and UpdateUser).

Firebase only offers signin through client libraries where it depends on Google Identity Platform (https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword)

After exploring further I ended up finding Firebase Auth REST API over (Implemented it too and works great) here. This API reference is great for implementing Auth through REST API and avoiding dependency on client libraries. As this helps in having complete server side authentication through cloud functions.

Coming to the pricing, Firebase mentions that Auth costs nothing where as Google Identity platforms has really high pricing.

So would like to know what Firebase team has to say on this or any one who explored this.

来源:https://stackoverflow.com/questions/57391084/firebase-authentication-vs-google-identity-toolkit-pricing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!