is there a convex component to send push
is there a convex component to send push notifs (using swift not expo)?
1 Reply
jus create a table notis
userId: user
noti: str
read: bool
add
queries:
getAll (wth paginationoptsvalidator, n query on index read)
mutations:
create
update
destroy