Chichi Latté
Chichi Latté
Great work, thanks puzrin!
Same here. It's caused by Google pulling the rug on their Sheets v3 API in August 2021. I replaced this module with https://github.com/revolunet/spreadsheet-to-json It's nearly a drop-in replacement. My old...
Totally agree. This use case is as common as dandruff. Anytime a user changes a profile setting.
@samhuntsocial Great description of Passport's flow. It really needs spelling out, since it's pretty complicated. However, it looks like you're saying you should keep the whole of a user's data...
Yeh, the Passport example does seem to be the simplest to get your head around. As for using an array to store your user sessions, there are three reasons why...
Thanks for yr help, i had this problem too. Here's a handy stackoverflow answer on how to set a global environment variable on OSX... https://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x#588442
Fabulous. I implemented a custom `CreatorFactory` and then extended `LibraryLoader`, `ImageCreator`, `MovieCreator`, `Movie` classes. Thanks for the insight Justin!
Wow thanks roguenet, that's actually my next task. Was hoping [Pixel Perfect Touch](http://wiki.starling-framework.org/extensions/pixel_perfect_touch) would do the trick, but very useful to see a Flump-specific approach.
@uendar, sorry to spam your thread: Did you ever fix this [issue](https://github.com/invertase/react-native-firebase/issues/2284) you posted in June? I've got the same thing.
Well spotted @ctaschereau. That's a real breaking change for people using this technique. Maybe the maintainers have no idea people use the module in this way?