Firebase 特性翻译

来源:互联网 发布:php培训机构达内教育 编辑:程序博客网 时间:2024/04/27 02:27
Firebase can power your app's backend, including data storage, user authentication, static hosting, and more. We provide these services so you can focus on creating extraordinary user experiences.

firebase 可以给您提供应用的后台支持,包括数据存储、用户验证、静态资源托管等,我们提供这些服务给您,这样您就可以更专注的提升更优质的用户体验

Firebase Realtime Database
Firebase Realtime Database
Firebase实时数据库
Data in your Firebase database is stored as JSON and synchronized in realtime to every connected client. When you build cross-platform apps with our Android, iOS, and JavaScript SDKs, all of your clients share one Firebase database and automatically receive updates with the newest data.

数据在你的firebase数据库中是以json格式存储的,并且能够被实时同步到每一个连接着的客户端。当你使用我们的安卓、IOS和JavaScript SDK创建一个多端应用,所有的客户端都会同步到你数据库上的最新更改
Automatically scales with your app
让你的应用自动扩容

When your app is a breakout hit, you don't have to worry about scaling your server code or provisioning extra capacity — Firebase handles that automatically for you. Our servers manage millions of concurrent connections and billions of operations per month.
当你的应用达到瓶颈的时候,你不需要担心如何调整你的服务端代码或者配置额外的容量,我们的服务器能够管理million(6个0)级别的并发链接,并且每个月billion(9个0)级别的数据操作
First-class security features
第一重要的是安全
All of your data is transferred over a secure SSL connection with a 2048-bit certificate. Database access and validation is controlled at a granular level using our flexible security rules language. All of your data security logic is centralized in one place making it easy to update and verify.
你所有的数据都是通过2048比特密钥的ssl安全链接,数据库操作和验证是通过使用我们弹性security rules language(安全规则语言)的粒度上进行的。所有的数据安全逻辑都是集中在一个地方进行的,这样保证了它容易更新和验证
Works offline
离线工作
Your Firebase app will remain responsive regardless of network latency or Internet connectivity. All writes to a Firebase database will trigger local events immediately, before any data has been written to the server. Once connectivity is re-established, the client will receive any changes it missed, synchronizing it with the current server state.
你的firebase应用会保持相应,并不受网络延迟很高或者网络链接影响。所有的写数据库操作都会在发送到网络服务器之前直接触发本地的底层事件。一旦网络链接成功,客户端会收到所有它错过的变更并且和服务器保持相同的状态
Firebase Authentication
Firebase Authentication
Firebase验证
With Firebase, you can easily authenticate users from our Android, iOS, andJavaScript SDKs in just a few lines of code. We have built-in functionality for authenticating users with email & password, Facebook, Twitter, GitHub, Google, and anonymous auth. Apps that use Firebase's built-in auth services can handle user login entirely with client-side code, saving you time and the headache of operating your own backend. You can also integrate authentication with your existing backend servers using our custom auth tokens.

当你使用firebase的时候,你可以很轻松的通过我们的安卓、ios、JavaScript SDK来验证用户,只要几行代码就可以了。我们提供了一个内置的用户验证功能,它可以通过邮箱+密码、Facebook、Twitter、GitHub、Google或者是匿名登录。应用可以使用纯客户端代码实现整个登录流程,省去了你自己管理后端的麻烦事。当然你也可以通过custom authtokens(定制验证)接入自己已有的后端
Firebase Hosting
Firebase Hosting
Firebase托管
Deploy your web app in seconds with our production-grade static asset hosting. All of your content is delivered over SSL from our global CDN.
使用我们的产品及静态资源托管,分分钟部署你的web应用。所有的内容都是来自我们全局CDN服务,并且传输都是SSL加密的
Deploy in seconds
分分钟部署
Deploy using the Firebase command line tools and roll back to previous versions with one click. Every app gets its own firebaseapp.com domain, and paid apps can deploy to a custom domain.
使用Firebase命令行工具来部署和回滚,只需要一键。每个应用都会获得他自己的xxx.firebaseapp.com得域名,并且花钱的应用可以使用自定义域名

SSL by default

Every app is served over a secure connection, and we take care of provisioning the SSL cert for you.
每个应用都是通过ssl提供的安全服务,而且我们会帮你更新ssl密钥的
0 0
原创粉丝点击