[英]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.