Ivlev Denis
Ivlev Denis
Ping @jazzband
@alexander-mart неактуально
@alexander-mart я уже не вспомню. Но это было предложение использовать реактивные фреймворком на фронте. При обсуждении все просто забили на это. Теперь мне самому проект стал неинтересен.
decorator
Not, specify in kwargs Example: ``` apns_device.send_message('registration_id', 'message', category='NEW_MESSAGE_CATEGORY') ```
send_bulk_message and send_message it same function, check your data and i see you use device_id, but for send message need using registration id
@FuManQ from send_message doc: ``` Sends a FCM (or GCM) notification to one or more registration_ids. The registration_ids can be a list or a single string. This will send the...