-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having issues reading from the database #59
Comments
Hey @jalasem This will trigger once per post, and then keep listening for new incoming posts (see the
Alternatively you can use
|
Thanks a lot! You are awesome. Where can I find this in the documentation, because the documentation the way I see it is more or less of a tutorial on how to build a chat app. |
Here is the relevant doc: https://firebase.google.com/docs/database/web/retrieve-data We're indeed using a chat app as a way to illustrate the docs by showing an example you can follow. If you have different ideas, feedback or see any error in the docs we'd love to hear about it. You can use the "Send Feedback" button in the docs and this will go directly to out tech writer team: Cheers! |
I am building a blog powered by firebase just to try it out on my own. But issues looping through my posts. this code :
returns objects with probably the post ids of those objects which I dont know how to determine that.
My question is Do I have to work with postId?
If yes, how? and if no, How?
The text was updated successfully, but these errors were encountered: