Giter VIP home page Giter VIP logo

ionic-push-notifications's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ionic-push-notifications's Issues

Basic use of Ionic Push Notifications

Hello, thanks for a great package you build, but currently i have some difficulty to implement it on my project.

Question 1)
In my .env, i already put the IONIC_PUSH_API_KEY but which key should i put?
Firebase Cloud Messaging token, Sender ID, or Server key

Question 2)
In IonicPushMessage::create('my-security-profile') method, how to know my my-security-profile

Thanks

Note: i'm using Firebase Cloud Messaging service for Push Notification

Set additionalData

Hi,

How I can set foreground and coldstart into additionalData?, this package need more documentation with examples please.

Can you add a full example please?

captura de pantalla 2017-06-29 a las 15 05 31

Android add Icon

Hi,

I'm trying to send notifications to Ionic with a custom Icon but doesn't work's, can you add an example of usage please?.

My code.

return IonicPushMessage::create('development')
	    ->androidIcon('//mydomain.com/592d4681a24b6.png')
            ->androidTitle($this->notification['title'])
            ->androidMessage($this->notification['message']);

Push notification without using model

Hello again, it is possible to send notification without using model. And how to do it?

Because my case will be like this, Note: OTP = One-Time-Password

1)After user fill in all the credentials
-I'm not sending all credentials to server,
-Just send device_token to server to initiate OTP.
2)The system will send OTP to this particular user.
3)User then send PIN number with device_token.

So during step 2. How do i push notification without user model. It is possible?

$pushDevice = [
   'device_token' => $request->device_token
];
Notification::send($pushDevice, new OTPPasswordNotification($pinNumber));

How to implement in IONIC 2

Hello Mark Beech,

Im Bimo from Indonesia. I want to ask about this topic. Im trying to implement your github to my project, but my problem is how to configure in ionic 2? Can you help me?

Thankyou
GBU

Code review

Let me know when you're done with the code, tests and readme. I'll do a little code review, register the package on Packagist and start some automatic code quality checks.

Add scheduling

Need to add message scheduling before a 1.0.0 release.

Packagist still ask for laravel 5.4

When i try to install this via composer i get an error for the version of laravel.

actually im running laravel 5.5 in ur composer say that u support laravel 5.5.* but in packagist still saying laravel 5.4.*

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.