Gary Skiba
Gary Skiba
I have a similar issue. It turns out I had other plugins (Firebase, et al) accessing different versions of certain Google library pods. I could get it to compile by...
Having similar issues. If I had an empty array, and then change it to an object with properties, the patch will be generated, but fail when I verify it. ```...
I've implemented a patch that seems to work for me. 1 - At the beginning of "touchmove": `` if (this.cancelPull) { this.pullDown.height = 0; } else `` 2 - At...
OK. Now I have to create a project, etc. :-) That's ok. I like your component and will try to get this done in the next few days. BTW, a...
sorry. change n. to this. and it works. I had made a patch to the minified code.
cancel the p/r and i'll do another On Sat, Dec 2, 2017 at 6:43 PM, LinBin wrote: > @garyskiba I think the code won't work, > because the object n...
resolved. it's a google / firebase setup issue. In Firebase. make sure you register ALL the fingerprints for things like upload keys, signing keys, etc, for both debug and release....
Two more things: These are photos, not videos Appears to work sometimes for local pictures (on the device), but not when downloading from Google Photos (the user wouldn't know the...
It appears that left,top,width,height are relate to the bound image. boundary, viewport & zoom appear to be applied afterward
> > That said, you still create a default channel called "Firebase" that would be nice to be able to skip based on some sort of config. > > If...