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
Yes. Hello, I just experience some buggy. There is some collection update on change but other is not. Don't know why. even I'm using snapshotChanges (or valueChanges) it still happen.
someone have same issue:
It's being cache and return old data even I'm refresh page. Only have new value on new tab but it still return old value after refresh (on this new tab)
There is a Proposal by @davideast#1819 Which maybe can resolving cache problem ???
It's being cache and return old data even I'm refresh page. Only have new value on new tab but it still return old value after refresh (on this new tab)
The text was updated successfully, but these errors were encountered:
hiepxanh
changed the title
[Bug] sometime value not update after refesh, only display cached data, have video record (tested with angularfire 6)
[Bug or Feature] sometime value not update after refesh, only display cached data, have video record (tested with angularfire 6)
Apr 4, 2020
Think you found a bug?
Yes. Hello, I just experience some buggy. There is some collection update on change but other is not. Don't know why. even I'm using snapshotChanges (or valueChanges) it still happen.
someone have same issue:
#2336
#2012
It's being cache and return old data even I'm refresh page. Only have new value on new tab but it still return old value after refresh (on this new tab)
There is a Proposal by @davideast #1819 Which maybe can resolving cache problem ???
Version info
Angular:
"@angular/core": "^9.0.5",
Firebase:
"firebase": "^7.10.0",
AngularFire:
"@angular/fire": "^6.0.0"
Other (e.g. Ionic/Cordova, Node, browser, operating system):
Window
Nodejs 12
How to reproduce these conditions
I using the same of this function: only different collection path and query.
the query return cached data look like this:
the query return normal data look like this:
** Screenshots **
video record here: https://www.youtube.com/watch?v=VotScm8Ssd8&feature=youtu.be
Expected behavior
It should not being cache like this
Actual behavior
It's being cache and return old data even I'm refresh page. Only have new value on new tab but it still return old value after refresh (on this new tab)
The text was updated successfully, but these errors were encountered: