@convex/expo-push-notifications sending notification to all registered tokens
I noticed that there is a table 'pushTokens' table under pushNotifications component in the dashboard. I want to query this table from my mutation instead of querying all 'users', but I cant find any documentation for this.
Also, is it safe to call pushNotifications.sendPushNotification() like this for every registered token?
Does this component mind expo's send request and other limits? Documentation on this is very poor...
