Took me a bit longer since I've gotten sick along the way but happy to finally pick this up again.
I've started adding documentation to most of the public methods. Please let me know when you want to rephrase certain things or something in the documentation is either incorrect or unclear.
I've also added constructors to GeoFireTestingRule & TestCallback to control some of the constants that were hardcoded.
I think the only thing left after this is whether we want to rename some of the methods? I'd prefer setLocation vs setLoc. Same for removing. Otherwise I think this is pretty good for a first version.
Took me a bit longer since I've gotten sick along the way but happy to finally pick this up again.
I've started adding documentation to most of the public methods. Please let me know when you want to rephrase certain things or something in the documentation is either incorrect or unclear.
I've also added constructors to
GeoFireTestingRule
&TestCallback
to control some of the constants that were hardcoded.I think the only thing left after this is whether we want to rename some of the methods? I'd prefer
setLocation
vssetLoc
. Same for removing. Otherwise I think this is pretty good for a first version.Part of #101