firebase 数据库创建中的 setValue 方法错误(android studio0
setValue method error in firebase database creation (android studio0
我在 android studio 中从头开始创建了一个新项目,并尝试按照帮助>firebase>数据库中提供的步骤将其连接到 firebase。
我在将应用程序连接到 Firebase 时获得了绿色检查
但我正确设置了依赖关系。
但是我收到 setvalue 方法错误。
我附上了截图。
大写很重要。
myRef.setvalue("Hello World"); // this will not work
myRef.setValue("Hello World"); // this will work
我在 android studio 中从头开始创建了一个新项目,并尝试按照帮助>firebase>数据库中提供的步骤将其连接到 firebase。
我在将应用程序连接到 Firebase 时获得了绿色检查 但我正确设置了依赖关系。 但是我收到 setvalue 方法错误。
我附上了截图。
大写很重要。
myRef.setvalue("Hello World"); // this will not work
myRef.setValue("Hello World"); // this will work