![]() |
1
15
看起来您已更新到v1。用于云功能的Firebase SDK的0,但未升级您的代码以匹配。 有关整个过程的说明,请参见 this documentation page .现在你被 changes in database triggers ,这表明:
根据该示例,您将需要以下内容:
|
![]() |
2
2
自firebase功能模块1.0.0版起,数据库 onWrite 活动现在提供 Change 对象而不是 DataSnapshot 对象作为第一个参数。您可以在 documentation 。您应该使用此更改对象来选择是在调用数据库的更改之前还是之后检查数据库的内容。 |
![]() |
MN Dijital · 为什么只显示新添加的数据而不显示所有数据? 1 年前 |
![]() |
Harsh Master · 为android应用程序实现自动通知 1 年前 |
![]() |
Jakub Olszewski · com.google.firebase.database.DatabaseException:无法将java.lang.Boolean类型的值转换为String这是怎么回事? 1 年前 |
![]() |
mkty · 如何使用react中的map打印JSON数据 1 年前 |
![]() |
Michel · 使用Firebase CLI选择文档 1 年前 |