Andrew Imm
Andrew Imm
This is not officially supported by Facebook – it's a personal project – but this is the repo I was referring to. While it's still in development, this is my...
Push is one of the things I'd like to streamline on React Native. I'll try to put together a demo of it when I have some more time. However, you...
@alexrmacleod glad to hear you're still building on the open source evolution of Parse! I'm not sure what you mean by db visualization tools that run in a terminal. parse-dashboard...
Interesting. It's hard to imagine a race condition being an issue, since everything is single-threaded, but I'll dig into this. Do you have a simple demo that reproduces this bug...
Are you observing a User query, or observing the current user with `ParseReact.currentUser`?
This is a tricky situation, essentially we need the equivalent of `Parse.Object.prototype.fetch()` for this particular LocalSubscription. I think it makes sense to stick with the `.refresh()` method name, since that's...
I'll be honest, I still don't have a good answer for how to populate a ListView DataSource with the subscription of a query. We've discussed it with the React Native...
React Native shouldn't require any extra work on your part. `stackString.split` is part of React Native's exception-rendering code, so I can't really help there. However, from that it sounds like...
Can you describe how you're logging in with FB? I've posted some ways in the past, but because there is no standard method, it'd be helpful to know what the...
The flattened version of the created object should be passed to the Promise returned from `.dispatch()`, so you should just be able to chain a `.then()` onto that call.