firebaseapp-inventor

Invalid Firebase path: Firebase paths must not contain '.', '#', '$', '[', or ']'


I am creating an app on appinventor with firebase and I have an error returned when I introduce an email to the firebase, how to resolve it?

Invalid Firebase path: Firebase paths must not contain '.', '#', '$', '[', or ']'


Solution

  • This an example for storing to firebase if a value contains . # $ [ ]

    image