tylermcginnis / re-base

:fire: A Relay inspired library for building React.js + Firebase applications. :fire:
2.13k stars 143 forks source link

Writing on Root #275

Closed rolandin closed 4 years ago

rolandin commented 4 years ago

Hi, first i would like to thank you guys for everything you guys have done! And also apologies if my question seems stupid as I'm learning. It's not actually an issue, it's something I can't find in the documentation

I see that while posting or pushing the enpoint has to be a string:

But what if we just need to Post a new Record on the Root ( firebase.database().ref() ) ? What should be my first argument in that case ?