ios - How to send a notification with a category using Firebase -


this question has answer here:

i'm implementing interactive remote notification in ios. i'm sending notifications via firebase. notification should contain "category" identifier associated concrete action. example tutorial:

{
 aps : { alert : "notificationtext", category: "mycategory" } }

but how use json , assign category notification in firebase?

enter image description here

you can add custom data key value pair advance options tab


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -