Kratos
Building a Chat App with Firebase in .NET MAUI – Any Examples or Guides?
Thanks for the suggestion! I get it now—these rules make sure that only the users involved in a chat can read and send messages. I’ll give adding these rules to my Firebase security settings a try and see how it goes. Really appreciate the help!
9 replies
Help for Creating a Maui Application with Asp.net API and SQL Server Database Integration
I've come to understand that direct database access from Maui isn't possible. However, within my project, I have a Maui app, an ASP.NET API, and a library containing classes/tables for the database. I came across a tutorial on Identity that showcased automatic table creation through migration. My challenge is accessing these tables from the API. Do you happen to know of any GitHub projects that demonstrate using Identity within an ASP.NET Core API?"
30 replies