自动读取/写入Firebase数据库中的用户子树

时间:2016-12-23 05:51:08

标签: javascript firebase firebase-realtime-database

是否可以设置firebase,以便当登录用户使用读写数据库的Web应用程序时,数据库路径并不总是包含" users /:用户ID /" (例如)一开始?也就是说,可以自动对用户的子树进行读/写吗?

1 个答案:

答案 0 :(得分:0)

无法为特定客户端设置默认路径。

但鉴于您必须明确创建每个引用,您可以通过从公共根目录中获取所有引用来轻松解决此问题。

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants">

<ScrollView
    android:layout_width="match_parent"
    android:layout_height="match_parent">
/*my linearlayout or whatever to hold the views */