Skip to content

send message to array of registrationToken #315

@sshbio

Description

@sshbio

there should be some way to send a notification to array of registrationTokens ,

const registrationToken = 'some user token'
const message = {
	token:registrationToken,
	data: {
		test: 'test'
	},
	notification: {
		title: "test",
		body: "test"
	},
	topic:'test'
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions