pushing icon indicating copy to clipboard operation
pushing copied to clipboard

Finally, push notification framework that does not hurt. currently supports Android (FCM) and iOS (APNs)

Results 8 pushing issues
Sort by recently updated
recently updated
newest added

https://github.com/yuki24/pushing/blob/3fecf175b8f3a5aad6bc93698acd2e6d1cc47a5f/lib/pushing/base.rb#L105-L108 For Web Push, for example, an icon can specify a path like "/assets/icon.png" and it works. Unlike mail (ActionMailer), relative path is accepted, so I think it should be...

enhancement

Hey, great job! I think something like this should be included by default on Rails. We currently have a basic wrapper for push notifications, but testing it will be a...

User should be able to: ### 0.1.0 * [x] ~#2: User can initialize the gem with `rails g notifier:initialize`~ done by `rails g pushing:notifier` * [x] #3: User can generate...

Something like `brew doctor` but for push notifications would be extremely useful: ```sh $ rails apn:doctor device_token:... ``` ```sh $ rails fcm:doctor registration_id:... ```

There may be a case where options need to be passed to the client gem and user should be able to configure it using `config.apn.adapter_options`. An example to configure the...