Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Firebase database query and persistence improvements #144

Merged
merged 6 commits into from
Jun 20, 2017

Conversation

collinjackson
Copy link
Contributor

@collinjackson collinjackson commented Jun 20, 2017

Copy link
Contributor

@jakobr-google jakobr-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

///
/// This property must be set before calling methods on database references
/// and only needs to be called once per application. The returned `Future`
/// will complete with `true` if the operation was successful or `false` if
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Future] instead of Future?

@@ -128,32 +134,38 @@ class Query {

/// Generate a view of the data sorted by values of a particular child key.
///
/// Intended to be used in combination with startAt(), endAt(), or equalTo().
/// Intended to be used in combination with [startAt()], [endAt()], or
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need the () to refer to methods.

@collinjackson
Copy link
Contributor Author

@goderbauer I'll probably land this before you land #141 so you'll have to update the firebase_database version in your PR

Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I'll update the other PR accordingly.

@collinjackson collinjackson force-pushed the persistence_2 branch 2 times, most recently from 0ad4479 to 2c85344 Compare June 20, 2017 16:09
@collinjackson collinjackson merged commit 2588a38 into flutter:master Jun 20, 2017
@collinjackson collinjackson deleted the persistence_2 branch June 20, 2017 16:49
HansMuller pushed a commit to HansMuller/plugins that referenced this pull request Jun 30, 2017
## 0.0.8

* Added missing offline persistence and query functionality on Android
* Fixed startAt query behavior on iOS
* Persistence methods no longer throw errors on failure, return false instead
* Updates to docs and tests
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
## 0.0.8

* Added missing offline persistence and query functionality on Android
* Fixed startAt query behavior on iOS
* Persistence methods no longer throw errors on failure, return false instead
* Updates to docs and tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
4 participants