简体   繁体   中英

Difference between Firebase Admin SDK and Firebase Admin Web API

I want to take a decision to use Firebase Admin SDK or Firebase Admin REST API.

I need to use it in the communication from Angular/Node.js to Firebase database.

Please let me know if you can share the comparison between this two.

Thanks.

For communicating from an Angular web app with the Firebase Database, use the Firebase Web SDK .

For communicating from a server-side Node.js process with the Firebase Database, use the Firebase Admin SDK .

For communicating with the Firebase Database from a platform for which there is no SDK, use the Firebase REST API .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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