我使用laravel作为框架,使用数据库作为Firebase,我想根据某个键值获取数据,为此我编写了以下代码 return response()->json(['data' => $data]);}Kreait\Firebase\Exception\Database\UnsupportedQuery: Index not defined, add ".indexOn&a
我的Xcode控制台在Firebase中查询数据时给出了一个非常常见的警告。这个警告是Using an unspecified index.Consider adding ".indexOn": "username" at /users to your security rules for better performance 我所尝试的是首先阅读Firebase文档,了解我到底在做什么,以及其他答案,如Why does this Firebase
我试图在我的安卓应用程序中执行orderByChild操作,我收到了这样的警告:Using an unspecified index.Consider adding '".indexOn": "timestamp"' at users/4Gc9OgFWw5hwr2YFxbfwLgyAp1V2/posts to your securityand Firebase Database rules
这是我试图添加到数据库中