简体   繁体   English

将Firebase仅用于通过ASP.NET Core API和SQL后端进行身份验证-UserId列

[英]Using firebase just for Authentication wtih ASP.NET Core API and SQL backend - UserId Column

I`m creating a web application with Angular 6 and using the ASP.NET Core API as backend. 我正在使用Angular 6创建一个Web应用程序,并使用ASP.NET Core API作为后端。 I'm also using Firebase just for authentication and my actual database is SQL Server. 我还将Firebase仅用于身份验证,而我的实际数据库是SQL Server。 My doubt is related to the tables on the SQL server that has to link the user with their data. 我的疑问与SQL Server上的表有关,该表必须将用户与其数据链接起来。 Is there any problem i just insert the userid from firebase into my sql tables (UserId Column) without having any UserTable on the SQL server and thus doesnt have any FOREIGN KEY related to the UserId Column? 是否有任何问题,我只是将firebase中的userid插入到我的sql表(UserId列)中,而在SQL Server上没有任何UserTable,因此没有与UserId列相关的任何FOREIGN KEY?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过与SQL Server中的用户ID匹配使用ASP.NET使用窗口身份验证 - ASP.NET using Window Authentication by matching a userid from SQL Server 在 ASP.NET 内核中使用基于 ADFS 的身份验证来访问使用 Windows 身份验证的 SQL 服务器? - Use ADFS-based authentication inside ASP.NET Core to access a SQL Server using Windows authentication? ASP.NET Core MVC:使用 SQL Server 身份验证连接到现有数据库 - ASP.NET Core MVC: connecting to existing database using SQL Server authentication 使用Windows身份验证的asp.net SQL Server身份验证 - asp.net SQL Server Authentication using Windows Authentication 在.sql脚本中创建唯一列(asp.net核心) - Creating unique column in .sql script (asp.net core) 如何在ASP.NET Core API中执行SQL查询 - How To execute SQL Query in ASP.NET Core API 使用ASP.NET Core API 2.1在SQL Server中记录Elmah错误 - Log Elmah Errors in SQL Server using ASP.NET Core API 2.1 ASP.NET Core Web API - 使用Sybase和SQL Server实现多数据库 - ASP.NET Core Web API - implement multiple databases using Sybase and SQL Server 创建 ASP.NET Core Web API 后端容器,包括为前端恢复的数据库 - Create ASP.NET Core Web API backend container including restored database for frontend 将身份与Asp.net核心API项目一起使用 - Using Identity with Asp.net core API project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM