Skip to content

database: cache On data for reuse #27

@acoshift

Description

@acoshift

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions