Does AngularFire use Firebase's REST API?

偶尔善良 提交于 2019-12-24 12:54:39

问题


Does the AngularFire service use REST under the hood?

If so is there no limits in the hacker plan, because the Firebase page on pricing says:

REST API requests don't count towards your connection limits

?


回答1:


The AngularFire library uses Firebase's regular JavaScript/Web SDK under the hood. Each client keeps a connection open to Firebase servers, so will count towards the connection limits.

You can easily verify this yourself by creating a minimal AngularFire client and opening it in a few different browsers. After 15-20 minutes you can see the connections showing up in the Analytics tab of your Firebase dashboard.



来源:https://stackoverflow.com/questions/28229543/does-angularfire-use-firebases-rest-api

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