FirebaseUI和Firebase有什么区别? [英] FirebaseUI and Firebase, what is the difference?

查看:102
本文介绍了FirebaseUI和Firebase有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,我是Firebase的新手,我试图弄清FirebaseUI和Firebase是否是同一个人.我已经浏览了firebase.google.com上的教程,但是我注意到一些在线视频使用FirebaseUI.

So I'm new to Firebase and I'm trying to figure out if FirebaseUI and Firebase are the same thing. I have walked through the tutorial on firebase.google.com however I noticed that some videos online use the FirebaseUI.

FirebaseUI和常规Firebase有什么区别?编程时,我同时使用FirebaseUI和Firebase吗?

What's the difference between FirebaseUI and the regular Firebase? When I'm programming do I use both FirebaseUI and Firebase?

我希望将其用于Firebase Web和Firebase Android.

I'm looking to use it for Firebase Web and Firebase Android.

提前谢谢!

推荐答案

Firebase是用于构建Web和移动应用程序的平台.它由一套云服务和一组访问这些服务的SDK(有时还包括REST API)组成.

Firebase is a platform that you use to build web and mobile applications. It consists of a suite of cloud services and a set of SDKs (and in some cases REST APIs) to access those services.

FirebaseUI是在Firebase SDK之上构建的一组库,可简化与用户界面元素的绑定.

FirebaseUI is a set of libraries that build on top of the Firebase SDKs to make binding to user interface elements easier.

特别是:适用于Android和iOS的FirebaseUI封装了Firebase的数据库和身份验证SDK,以简化在Android和iOS应用程序中的服务使用.

Specifically: FirebaseUI for Android and for iOS wrap the Database and Authentication SDKs of Firebase to make it easy to use the services in Android and iOS applications.

FirebaseUI for Web是该字段的较新条目,并且仅包装Authentication SDK.为了轻松使用Web应用程序中的数据库,请为您首选的Web平台查找专用的库:AngularFire,AngularFire2,ReactFire,EmberFire.这些名称可能会针对他们所针对的网络库中的一切.

FirebaseUI for web is a newer entrant to the field and only wraps the Authentication SDK. To make it easy using the database in your web app, look for a dedicated library for your preferred web platform: AngularFire, AngularFire2, ReactFire, EmberFire. The names probably speak for themselves in what web library they target.

这篇关于FirebaseUI和Firebase有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆