Invalid Firebase path error

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.

1 Like

but oi need (.) as user email Firebase does not take (.)symbol . :frowning:

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

2 Likes

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.

2 Likes

can you please share any block about this .how to do please

My solution will be Use airtable

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.

This is a quick and easy way to sanitize Firebase paths. :slight_smile:

1 Like

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

1 Like

You can see this image i am getting this type of message

@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

1 Like

You can see and tell me what type of error i am facing

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

image

it will remove all the dots from your device id

where we have to put this block can you tell me