-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Feature request
Create Mutiple acces to supebase
Is your feature request related to a problem? Please describe.
At the moment supebase csharp is a singelton class, so when you working on a web application net core, all acces a supebase are using the supebase class and the login is overlapping.
A clear and concise description of what you want and what your use case is.
Describe the solution you'd like
The solution is build supebase chsarp like a service(transient ).
A clear and concise description of what you want to happen.
One user call a supabase, the object have to be a unique object wiht the properties of this user.
At the moment if other user make a call, the supebase object mantain the last login user properties. So the correct way is create new object supebase to maintain the properties by user.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.