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
Hello, thanks a lot for the repo. I am trying to implement firebase real-time database in my project which includes a search bar and I just want to be able to keep track of the last 5 items the user searched for in a sorted order and I am not able to get this working.
I would like to be able to push new items and leverage the firebase push functionality that auto-generates ids. Also for some reason whenever I do a set, I get a '@': timestamp added and sometimes a id: xyz. Why is this happenning?
Please could you provide some documentation?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, thanks a lot for the repo. I am trying to implement firebase real-time database in my project which includes a search bar and I just want to be able to keep track of the last 5 items the user searched for in a sorted order and I am not able to get this working.
I would like to be able to push new items and leverage the firebase push functionality that auto-generates ids. Also for some reason whenever I do a set, I get a
'@': timestamp
added and sometimes aid: xyz
. Why is this happenning?Please could you provide some documentation?
Thanks!
The text was updated successfully, but these errors were encountered: