PERMISSION_DENIED: 权限被拒绝
PERMISSION_DENIED: Permission denied
我正在使用 React、redux 和 firebase 开发单页应用程序。当用户登录时出现错误。
PERMISSION_DENIED: Permission denied
▼ 5 stack frames were expanded.
(anonymous function)
E:/React/React Projects-2/src/core/Repo.ts:632
exceptionGuard
E:/React/React Projects-2/src/core/util/util.ts:585
Repo.callOnCompleteCallback
E:/React/React Projects-2/src/core/Repo.ts:624
(anonymous function)
E:/React/React Projects-2/src/core/Repo.ts:476
(anonymous function)
E:/React/React Projects-2/src/core/PersistentConnection.ts:444
▲ 5 stack frames were expanded.
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message.
此错误是由于 firebase 实时数据库规则造成的。你可以通过改变规则来摆脱这个。
我正在使用 React、redux 和 firebase 开发单页应用程序。当用户登录时出现错误。
PERMISSION_DENIED: Permission denied
▼ 5 stack frames were expanded.
(anonymous function)
E:/React/React Projects-2/src/core/Repo.ts:632
exceptionGuard
E:/React/React Projects-2/src/core/util/util.ts:585
Repo.callOnCompleteCallback
E:/React/React Projects-2/src/core/Repo.ts:624
(anonymous function)
E:/React/React Projects-2/src/core/Repo.ts:476
(anonymous function)
E:/React/React Projects-2/src/core/PersistentConnection.ts:444
▲ 5 stack frames were expanded.
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message.
此错误是由于 firebase 实时数据库规则造成的。你可以通过改变规则来摆脱这个。