Skip to main content
Best answer

Firebase Database Path

  • April 15, 2020
  • 1 reply
  • 1764 views

I’m trying to set up connection to my Firebase DB but I’m confused with what is required:

 

Specify the path to the object's key where the fields will be created, such as foo/bar/here.

 

Can someone explain a little but what it actually wants?

Best answer by ikbelkirasanBest answer by ikbelkirasan

Hi @SimonKD - Here is what that path means in Firebase:

 

When you try to update the object at that path using the following data...

 

 

… the updates would look like this in Firebase:

 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • Answer
  • April 15, 2020

Hi @SimonKD - Here is what that path means in Firebase:

 

When you try to update the object at that path using the following data...

 

 

… the updates would look like this in Firebase: