Andrew Blair
Andrew Blair
@256dpi what is your strategy when trying to parse which topic it is within your if/elseif/else when the topic has a wildcard like `foo/+/bar`? You can't just use String.equals() because...
@256dpi good call, thanks. Just to add to the router idea for anyone picking up this thread, the one `onMessage` handler can get pretty big – I have been doing...
I'm missing this feature too. Here's my example from an .ex file. I can't get language injection to work for the html in my multiline string: ```elixir defp generate_body_html() do...
created [issue](https://github.com/fullstackreact/react-native-firestack/issues/287) to reference this PR about `ref.on('value'...)` bug fix
Good catch, I fixed the duplicate line. > On Feb 16, 2017, at 5:35 AM, Victor Munene wrote: > > @v1kku commented on this pull request. > > In lib/modules/auth/index.js...
@ThaNarie This fixed it for me too, thanks. It should be `accessToken` in the JavaScript and in the Java as that's what it is in iOS and Web SDK. I've...
For me, I got it to work when I only passed `this.ref.off('value')` – no callback. Your code suggests that you're removing the listener that you used for `.on()` I think
Hi @raix, Thanks for a great library. I'm trying to do the same thing as @malhal I think and `Ground.on('resumed', fn)` isn't doing anything for me. All I need to...
I have come up with the following suitable workaround, FYI. Essentially I wait until the collection has more than 0 items: ``` getMessages = -> $q (resolve, reject)-> Meteor.subscribe 'Messages'...
Me too, found this https://support.hockeyapp.net/discussions/problems/36741-team-restricted-app-doesnt-display-pop-up-update-when-app-is-launched