简体   繁体   English

用于Facebook身份验证和数据库的Firebase

[英]Firebase for Facebook Auth and Database

I need to store basic/simple User Data on a Database and want to provide a Login Auth via Facebook. 我需要在数据库上存储基本/简单的用户数据,并希望通过Facebook提供登录身份验证。 Should I use Firebase to do this or are there better Solutions that are still fairly simple. 我应该使用Firebase还是要有更好的解决方案,而这些解决方案仍然相当简单。

Thanks for your support 谢谢你的支持

Firebase is an option and it will allow you to have different Login providers. Firebase是一个选项,它将允许您使用其他登录提供程序。 If you are only interested in FB then you can use official Facebook Login 如果您只对FB感兴趣,则可以使用官方Facebook登录名。

Fireabase sounds like a framework that will give you the various components you need: authentication, database, etc. Fireabase听起来像一个框架,它将为您提供所需的各种组件:身份验证,数据库等。

I'd say run with Firebase until you see a reason to deviate. 我会说要与Firebase一起运行,直到您看到偏离的原因为止。

The nice thing is its serverless, so you dont need to setup/manage an API or database of any type. 令人高兴的是它没有服务器,因此您无需设置/管理任何类型的API或数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Facebook身份验证令牌无法创建Firebase身份验证 - Facebook auth token failing to create Firebase auth 将 Firebase 身份验证用户 UID 写入数据库 - Write Firebase Auth User UID to database Firebase Auth和Swift:检查数据库中是否已存在电子邮件 - Firebase Auth and Swift: Check if email already in database 将 POST 和 Auth 与 Firebase 数据库和 Swift 结合使用 - Using POST and Auth with Firebase Database and Swift 如何使用Firebase Auth恢复Firebase数据库中的密码邮件来恢复密码 - How recovers password with firebase Auth Reset password mail in firebase database Firebase身份密码重置iOS Swift-更新Firebase数据库 - Firebase Auth Password Reset iOS Swift - Update Firebase Database 使用 Firebase Auth 进行身份验证后注销 Facebook 用户 - Log Out Facebook User When Authenticated With Firebase Auth 使用Facebook IOS swift SDK将Facebook信息存储到Firebase数据库中 - store facebook information into Firebase Database using Facebook IOS swift SDK 注册后如何/何时删除Firebase Auth侦听器并写入数据库? - How/when to remove Firebase Auth listener after registration & write to database? 如何检查是否已使用 Google/Facebook 帐户在 Firebase Auth 上创建帐户 - How to check if Google/Facebook account has already been used to create account on Firebase Auth
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM