Skip to content

Conversation

@samtstern
Copy link
Contributor

Due to the release of Play Services 9.6.0 we need a patch update to this library.

Also fixed #321 while I was at it.

@samtstern
Copy link
Contributor Author

@puf please review

@samtstern
Copy link
Contributor Author

samtstern commented Sep 23, 2016

@mcdonamp if you want me to skip 0.5.4 and go straight to 0.6.0 with basic storage stuff I could do that here too.

Although I'd rather not now that I think about it. That involves docs and stuff.

mRef.removeValue();
mArray.cleanup();
if (mRef != null) {
mRef.removeValue();
Copy link
Contributor

Choose a reason for hiding this comment

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

Just do this at the root of the database every time so you're sure nothing else is happening:

mref.getRoot().removeValue()

@asciimike
Copy link
Contributor

@samtstern let's do 0.6.0 with basic storage stuff

@samtstern
Copy link
Contributor Author

@mcdonamp updated

@samtstern samtstern changed the title Version 0.5.4, database tests Database tests, minor bugfix Sep 23, 2016
@samtstern samtstern merged commit 11bc4ce into firebase:master Sep 23, 2016
@samtstern
Copy link
Contributor Author

Squashed and merged

amandle pushed a commit to amandle/FirebaseUI-Android that referenced this pull request Oct 6, 2016
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.

Move Database tests out of library dir and into database dir

2 participants