Problem with Firebase Database

Hello Friends :star_struck:

How are you :stuck_out_tongue_winking_eye: ?

Message or Post just changed to [quote=“Mazin, post:6, topic:110020, full:true”]
When the Value is “2,Link”, Firebase is only sending “2”
And if the value is “https://creator.kodular.io”, Firebase is only sending “https”
What’s the Problem ?
[/quote]

I’m trying to Select index 2 from a CSV row list, But showing an error (runtime error) “Attempt to get item number 2 of a list of length 1: (2)”
My CSV text “2,Link”

## Error

## Blocks

## Firebase Database

## Question
So, Any Solution Guys ?

1 Like

This post was flagged by the community and is temporarily hidden.

Debug the list which cause the problem. We can’t help you too much when we don’t see the content of your variable. Just fetch the variable to any test variable and show us the content.

1 Like

I tested more, and I found that the problem is on Firebase database @HeyAveHey

1 Like

When the Value is “2,Link”, Firebase is only sending “2”
And if the value is “https://creator.kodular.io”, Firebase is only sending “https”
What’s the Problem ?

3 Likes

The problem I believe is that you added url manually to firebase. The format should be

"\"https:\\/\\/www.google.com\""

See also here

3 Likes

Thanks @dora_paz , You Solved it
Very Thanks :heart::blush:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.