Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtfirebase.cpp:49:18: error: 'class firebase::FutureBase' has no memb… #6

Closed
wants to merge 1 commit into from

Conversation

CMGeorge
Copy link

…er named 'status'

 while(future.status() == firebase::kFutureStatusPending) {....

…er named 'status'

     while(future.status() == firebase::kFutureStatusPending) {....
@dtyugin
Copy link
Contributor

dtyugin commented Mar 28, 2017

It seems you are on the firebase old versions. In my header of firebase 3.1 I see two definitions, the
capital letter version marked as deprecated.

FIREBASE_DEPRECATED FutureStatus Status() const { return status(); }
FutureStatus status() const;

@larpon
Copy link
Owner

larpon commented Mar 28, 2017

@CMGeorge - with current master branch and/or release v1.2 - you shouldn't encounter these problems if you run off the latest Firebase C++ SDK? (3.1.0 last time I checked)

@larpon
Copy link
Owner

larpon commented Mar 28, 2017

@CMGeorge - I fixed them in [this commit]?(2b40cf5)

@larpon
Copy link
Owner

larpon commented Apr 5, 2017

@CMGeorge - thanks for contributing. I'm closing this for now though as your changes has been dealt with in older commits. Sorry if this breaks anything for you. You are welcome to open an issue if you for some reason need to use the Firebase C++ SDK 2.x versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants