标签: firebase firebase-realtime-database
我正在开发Web应用程序,我需要将电子邮件存储为密钥。有什么方法可以代替设置名称吗?
答案 0 :(得分:0)
否,是的。点是RTD的非法字符。所以你可以更换它
variable key = some@email.com.yourLanguageReplace(".", "DOT");
然后将其用作键
wBookingsRef.child(variable).set(...
结果应为:
-webBookings -some@emailDOTcom: {}