solvecrew / ExpoNotificationsBundle

Symfony bundle to handle the BE parts of the push notifications from the expo react-native framework.
MIT License
20 stars 17 forks source link

handleHttpResponse need to be public #25

Open jmmorillon opened 4 years ago

jmmorillon commented 4 years ago

Hi, In your example from your Readme under "If you want to send multiple notifications this way, use sendNotificationsHttp (plural).", you show the use of handleHttpResponse which is actualy private and can't be called in this context.

It may be a good thing to pass it to public method.

Thx