【发布时间】:2018-12-17 14:53:30
【问题描述】:
我正在使用 HTML/CSS/JS 和 Firebase 构建一个简单的应用程序。对用户进行身份验证后,我想显示属于当前用户的数据。有没有受保护的方法来做到这一点?我将不胜感激一些示例代码。谢谢!
【问题讨论】:
-
Firebase 文档中有很多代码示例,特别是 these docs related to authentication 和 these docs related to reading/writing to the database。你应该在那里尝试一些东西以获得更舒适。当您遇到困难时,请随时发布具体问题,但请遵循how to ask a question properly here on StackOverflow 上的这些社区指南/建议。
标签: javascript html firebase firebase-authentication