invalid Firebase path error please help
The error message shows you what you have done wrong.
Dont use the symbols that you see in the error message as tag.
but oi need (.) as user email Firebase does not take (.)symbol .
show firebase properties
Just dont use email and use a custom username.
I don’t thinks it’s a permanent solution.
Use user name as tag and store email in tag
Here’s a solution @E4_Earn:
Replace “.” with something like “x1574jdien828”, which the user is very less likely to type in. Make this string a secret, so that users cannot break the code. This way, you can store characters indirectly on Firebase, which you couldn’t have otherwise.
can you please share any block about this .how to do please
I wouldn’t use email as a tag if I was you, as all of your users have an email with a “.” It will break his path to his data nodes.
please can you send your aia files of this block @Kanishka_Developer
because i also see this same error ti simlar with @om_vaswani
please send your aia files of given image @Kanishka_Developer
You can drag the images to your workspace and the blocks will appear
dont need to upload the aia
@Bhavya_Shah1 According to your image I think you are storing device id in firebase and the device id contains dots so the error is causing try replace all text block and replace all dots by empty text
hey can you tell me in details because i am not understanding what you are telling with images
As you can see you are using device id as a project bucket try to use these blocks
it will remove all the dots from your device id
where we have to put this block can you tell me