I have a mobile app which uses MongoDB Atlas and MongoDB AppServices. The AppServices have been deprecated. Now I want to replace both AppServices and MongoDB Atlas with Supabase. I have few questions before getting started with migration.
Should I use the supabase C# plugin on the mobile app or the server. Is there specific use cases where server is preferred or can we skip the server altogether and interact with supabase directly from the client. I wan t to use almost all the features of the supabase like database, auth, storage, edge functions, realtime and cron jobs. Which features work directly on client and which ones need a server.
The C# plugin is not updated from long time. Although I sede the 1.1.2 release on GitHub which was published on Oct 1, 2025. But the latest NuGet version is still 1.1.1. the NuGet should get the latest releases. If anyone has used the C# plugin in their project please give feedback whether it is stable enough for use in production system.