You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I want to access a specific part(child) of the data in firebase so which is recommended
db.child("<specific_child>").get().val() or db.get().val()
will getting the whole database each time costs or create more traffic in the database when my database is too large.
Your response may be helpful in someways so don't hesitate to let me know what you know related to this topic
Thanks in advance
The text was updated successfully, but these errors were encountered:
As I want to access a specific part(child) of the data in firebase so which is recommended
db.child("<specific_child>").get().val()
ordb.get().val()
will getting the whole database each time costs or create more traffic in the database when my database is too large.
Your response may be helpful in someways so don't hesitate to let me know what you know related to this topic
Thanks in advance
The text was updated successfully, but these errors were encountered: