Android - Firebase Auth + Asp Identity Table for userlogins
问题 I'm developing an social media android app and using Asp web api as a backend. I want to know can I use FirebaseAuth as a login provider in Asp.Net. I'm aware that Asp.net's identity table, Aspnetuserlogins is used for 3rd party logins. And also as FirebaseUser has methods like .getDisplayName() etc... Is it possible to use Firebase as a 3rd party Login. (I'm using Firebase because it'll provide email verification feature) 来源: https://stackoverflow.com/questions/61878186/android-firebase-auth