Defining stores
To create multiple stores you can use the propstores
on the NovuProvider
component. Each store has storeId
property that will be used to interact with information related to this store.
query
object multiple fields can be passed for feed API:
feedIdentifier
- Can be configured and created on the WEB UIseen
- Identifies if the notification has been seen or not
stores
prop, you can use the storeId
property to interact with the store.
Managing feeds on the web UI
- How to add a new feed or select existing feed for In-App step?

Adding a new feed or selecting existing feed
- How to copy
feedIdentifier
(storeId
)
feedIdentifier
(storeId
) click on the feed name of existing feeds. copy three dot icon. a menu will appear. click on Copy ID option to copy selected feed’s feedIdentifier

Copy feedIdentifier (storeId)
By specifying only a storeId, without a query, you could get all notifications.
Using tabs
prop on the notification center

Multiple Tabs in notification center example