-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Database tests, minor bugfix #322
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
Conversation
|
@puf please review |
|
@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(); |
There was a problem hiding this comment.
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()
|
@samtstern let's do 0.6.0 with basic storage stuff |
|
@mcdonamp updated |
|
Squashed and merged |
Due to the release of Play Services
9.6.0we need a patch update to this library.Also fixed #321 while I was at it.