David Angulo

Results 26 comments of David Angulo

Every solution here only works on development but not on staging and production at least for me. What I did is based on @yonnyquiceno's comment with a little revision. **app/helpers/application_helper.rb**...

@unixmonkey Haven't tested on production but works on staging with configuration almost the same with my production environment. The solution that I have come up with works in my staging...

Is there a clean way to extract error response messages? When using `batch_push` it's straightforward as it does not raise an error: ```ruby client = Fcmpush.new('sample-project') puts client.batch_push(payloads).json.inspect # this...

@elenitaex5 Can you create a demo snack? https://snack.expo.dev/

Here's the PR: https://github.com/facebook/react-native/pull/45984, it's tagged as "Merged".