简体   繁体   English

Firebase身份验证用户

[英]Firebase authentication users

I want to use the users from MySQL in my PHP application for chatting with each other and using firebase as a datastore. 我想在我的PHP应用程序中使用来自MySQL的用户互相聊天,并将firebase用作数据存储。 For example, there is a table of the user in PHP myadmin my website is also in PHP and my firebase module is in javascript. 例如,在PHP myadmin中有一个用户表,我的网站也在PHP中,而firebase模块则在javascript中。

I want to implement a functionality of chatting with real-time response time 我想实现具有实时响应时间的聊天功能

You may need to write a NodeJS application top run in the background of your server that reads the MySQL DB and writes to Firebase. 您可能需要编写一个在服务器后台运行的NodeJS应用程序,该应用程序读取MySQL数据库并写入Firebase。 The NodeJS Firebase module is very easy to use, so adding to a Realtime DB will be easy. NodeJS Firebase模块非常易于使用,因此添加到实时数据库将变得很容易。

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

相关问题 Firebase身份验证-将用户从SQL迁移到Firebase - Firebase Authentication - Migrate users from SQL to Firebase Firebase Facebook 身份验证不会为某些用户返回电子邮件 - Firebase Facebook authentication not returning email for some users firebase 电话认证后根据角色重定向用户 - Redirect users depending upon their role after firebase phone authentication HTML 使用 Firebase 进行身份验证,隐藏未登录用户的 HTML 内容 - HTML Authentication with Firebase, Hiding HTML Content for Not Logged In Users Firebase身份验证,firebase未定义 - Firebase authentication, firebase is not defined 从Firebase ui auth电话号码身份验证系统保存用户确认的电话号码 - save users confirmed phone number from firebase ui auth phone number authentication system 从 firebase 数据库获取用户数据在认证后不起作用 - Getting users data from firebase database doesn't work after authentication (ReactJs) 如何从 firebase 身份验证用户读取用户数据? - (ReactJs) How do I read user data from firebase authentication users? Firebase身份验证会注销以前通过身份验证的用户,从而导致他们的权限被拒绝错误 - Firebase authentication signs out previously authenticated users causing permission denied errors for them 使用angularjs管理用户身份验证 - Manage users authentication with angularjs
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM