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
If we create a full two-sided federated share for each group member as per #18 (comment) then we don't even need the RemoteShareProvider class that skips the add-to-local-db step. We would just create 1 local group share and n federated shares.
The app code comes together, mainly through copy-paste from two sources:
One way to reduce this surface is to extend from FederatedShareProvider and overwrite the addShareToDb method, and same for the other two classes?
The text was updated successfully, but these errors were encountered: