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
In JavaScript client firebase.database().ref('data').on('value', () => {}) will cache data
when call firebase.database().ref('data').once('value').then(...) will get data from cache
Not sure if we need this in Go