You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can't use an empty String for the path property of DatabaseTarget in order to default to using the baseReference. This can be easily be fixed by adding a check for an empty string and only calling child(path:) on the baseReference if the String is not empty.
The text was updated successfully, but these errors were encountered:
Reasoning:
Currently, you can't use an empty
String
for thepath
property ofDatabaseTarget
in order to default to using thebaseReference
. This can be easily be fixed by adding a check for an empty string and only callingchild(path:)
on thebaseReference
if theString
is not empty.The text was updated successfully, but these errors were encountered: