You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Mainly Stripe events which dictate the groups users should live in. Updating customData upon events is a decent workaround, although sometimes it's still better to roll your own removeGroup() functions to bypass caching with customData :) ... (Sidenote, interested in seeing how future cache-handling for groups develops as referenced here!)
I agree that we should add these methods, but what should the inputs be to these functions? An already-constructed Account or Group object? That makes the most sense, but what if I have just an href or name? We have to define these different options
We should add
Account.removeGroup()
andGroup.removeAccount()
stuff to make things nicer for users =)The text was updated successfully, but these errors were encountered: